-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
executable file
·40 lines (40 loc) · 947 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
{
"author": "mrodrig",
"name": "doc-path",
"description": "A document path library for Node.JS",
"version": "1.0.2",
"repository": {
"type": "git",
"url": "http://github.com/mrodrig/doc-path.git"
},
"main": "./lib/path.js",
"scripts": {
"test": "./node_modules/.bin/mocha test/tests.js",
"coverage": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- -R spec"
},
"keywords": [
"document",
"json",
"json library",
"document path",
"doc-path",
"doc path",
"doc",
"path",
"json path",
"path evaluator",
"object",
"object path"
],
"dependencies": {},
"devDependencies": {
"mocha": "~2.2.4",
"istanbul": "~0.3.13",
"should": "~5.2.0",
"underscore": "~1.8.3"
},
"engines": {
"node": "*"
},
"license": "MIT"
}