-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 797 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 797 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "json2json",
"description": "A simple way to transform a JSON object to another JSON structure",
"version": "0.2.8",
"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": "<4.0.0"
},
"engines": {
"node": ">=0.1.97"
},
"licenses": []
}