forked from tuxpiper/q-json2json
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.1 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "q-json2json",
"description": "A simple way to transform a JSON object to another JSON structure, supports async transformation operators via Q promises",
"version": "0.2.4",
"homepage": "https://github.com/tuxpiper/q-json2json",
"author": "Joel Van Horn <[email protected]>",
"contributors": [
{
"name": "David Losada Carballo",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "git://github.com/tuxpiper/q-json2json.git"
},
"bugs": {
"url": "https://github.com/tuxpiper/q-json2json/issues"
},
"os": [
"linux",
"darwin",
"freebsd",
"win32",
"sunos"
],
"directories": {
"lib": "./lib/"
},
"main": "index.js",
"dependencies": {
"coffee-script": ">=1.2.0",
"sysmo": ">=0.0.11",
"q": ">=1.1.1"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-bump": "^0.3.1",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-coffee": "^0.13.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-uglify": "^0.9.1"
},
"engines": {
"node": ">=0.1.97"
},
"licenses": []
}