UNPKG

660 BJSONView Raw
1{
2 "name": "jsof",
3 "version": "0.0.4",
4 "description": "liberal JSON",
5 "main": "lib/index.js",
6 "scripts": {
7 "test": "eslint lib/*.js ; istanbul cover _mocha"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git+https://github.com/drom/jsof.git"
12 },
13 "keywords": [
14 "JSON"
15 ],
16 "author": "alex.drom@gmail.com",
17 "license": "MIT",
18 "bugs": {
19 "url": "https://github.com/drom/jsof/issues"
20 },
21 "homepage": "https://github.com/drom/jsof#readme",
22 "devDependencies": {
23 "chai": "^3.2",
24 "eslint": "^1.1",
25 "istanbul": "^0.3",
26 "mocha": "^2.2"
27 },
28 "dependencies": {
29 "escodegen": "^1.6",
30 "esprima": "^2.5"
31 }
32}