forked from joelvh/json2json
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 746 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 746 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{ "name" : "json2json"
, "description" : "A simple way to transform a JSON object to another JSON structure"
, "version" : "0.2.4"
, "author" : "Joel Van Horn <joel@joelvanhorn.com>"
, "repository" :
{ "type" : "git"
, "url" : "git://github.com/joelvh/json2json.git"
}
, "bugs" : { "url" : "https://github.com/joelvh/json2json/issues" }
, "os" : [ "linux", "darwin", "freebsd", "win32", "sunos" ]
, "directories" : { "lib" : "./lib/" }
, "main" : "index.js"
, "scripts" : { "test": "mocha --compilers coffee:coffee-script/register" }
, "dependencies" :
{ "coffee-script" : ">=1.7.0"
, "sysmo" : ">=0.0.11"
}
, "devDependencies":
{ "chai": "^3.5.0"
, "mocha": "^2.4.5"
}
, "engines" : { "node" : ">=0.1.97" }
, "licenses" : []
}