UNPKG

447 BJSONView Raw
1{ "name": "json5"
2, "version": "0.0.1"
3, "description": "Modern JSON."
4, "keywords": ["json", "json5"]
5, "author": "Aseem Kishore <aseem.kishore@gmail.com>"
6, "main": "json5"
7, "dependencies": {}
8, "devDependencies":
9 { "mocha": "~1.0.3"
10 }
11, "scripts":
12 { "test": "mocha --ui exports --reporter list"
13 }
14, "homepage": "https://github.com/aseemk/json5"
15,"repository":
16 { "type" : "git"
17 , "url" : "https://github.com/aseemk/json5.git"
18 }
19}