forked from dchester/jsonpath
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 905 Bytes
/
package.json
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
40
{
"name": "jsonpath-bespoken",
"description": "Fork without post-install step of jsonpath.",
"version": "1.0.1",
"author": "[email protected]",
"scripts": {
"test": "mocha -u tdd test && jscs lib && jshint lib",
"generate": "node bin/generate_parser.js > generated/parser.js"
},
"dependencies": {
"esprima": "1.2.2",
"jison": "^0.4.18",
"static-eval": "^2.0.2",
"underscore": "1.7.0"
},
"devDependencies": {
"grunt": "^1.0.4",
"grunt-browserify": "^5.3.0",
"grunt-cli": "^1.3.2",
"grunt-contrib-uglify": "^4.0.0",
"jscs": "^3.0.7",
"jshint": "^2.9.7",
"mocha": "^5.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/dchester/jsonpath"
},
"keywords": [
"JSONPath",
"jsonpath",
"json-path",
"object",
"traversal",
"json",
"path",
"data structures"
],
"license": "MIT"
}