forked from joelvh/json2json
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 842 Bytes
/
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
{
"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.3-1",
"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"
},
"engines": {
"node": ">=0.1.97"
},
"licenses": []
}