1 | {
|
2 | "name": "jsof",
|
3 | "version": "0.0.7",
|
4 | "description": "liberal JSON",
|
5 | "main": "lib",
|
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.0",
|
24 | "eslint": "^1.4.1",
|
25 | "istanbul": "^0.3.19",
|
26 | "mocha": "^2.3.2"
|
27 | },
|
28 | "dependencies": {
|
29 | "escodegen": "^1.7.0",
|
30 | "esprima": "^2.6.0",
|
31 | "shift-codegen": "^3.0.0",
|
32 | "shift-parser": "^3.0.5"
|
33 | }
|
34 | }
|