-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
46 lines (46 loc) · 1.34 KB
/
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
41
42
43
44
45
46
{
"name": "g11n-pipeline-flatten",
"version": "2.0.2-0",
"description": "Un/Flattener for jsonpath",
"main": "index.js",
"scripts": {
"test": "mocha",
"coverage": "nyc mocha && nyc report --reporter=lcov",
"mocha": "mocha --reporter dot",
"docs": "jsdoc2md lib/*.js --template template-README.md --helper node_modules/handlebars-helper-rawinclude/index.js > README.md",
"html": "npm run docs ; node util/gen-html.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/srl295/gp-js-flatten.git"
},
"keywords": [
"jsonpath"
],
"author": "Steven R. Loomis <[email protected]> (https://srl295.github.io)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/srl295/gp-js-flatten/issues"
},
"homepage": "https://github.com/srl295/gp-js-flatten#readme",
"devDependencies": {
"chai": "^3.5.0",
"coveralls": "^3.0.2",
"eslint": "^5.16.0",
"eslint-plugin-chai-friendly": "^0.4.1",
"g11n-pipeline": "^3.1.0",
"github-markdown-css": "^2.4.1",
"handlebars-helper-rawinclude": "^1.0.0",
"istanbul": "^0.4.5",
"jsdoc-to-markdown": "^4.0.1",
"marked": "^0.6.2",
"mocha": "^5.2.0",
"mocha-eslint": "^4.1.0",
"nyc": "^14.0.0",
"optional": "^0.1.3",
"promtie": "^0.5.0"
},
"dependencies": {
"@livereach/jsonpath": "^1.2.2"
}
}