-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
59 lines (59 loc) · 1.5 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
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "json-processing",
"version": "1.2.7",
"description": "JSON Processing Tool",
"scripts": {
"test": "mocha --require babel-core/register test/**/*.js",
"prepare": "gulp clean && gulp compile"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tsouza/jp.git"
},
"keywords": [
"json",
"processing",
"rxjs",
"stream"
],
"author": "Thiago Souza <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/tsouza/jp/issues"
},
"homepage": "https://github.com/tsouza/jp#readme",
"bin": {
"jp": "dist/index.js"
},
"engines": {
"node": ">=6.0.0"
},
"dependencies": {
"ascii-table": "0.0.9",
"bluebird": "^3.5.1",
"command-line-args": "^4.0.7",
"command-line-usage": "^4.0.2",
"comparator": "0.0.1",
"fast-stats": "0.0.3",
"filesize": "^3.5.11",
"homedir": "^0.6.0",
"jsonpath": "^1.0.0",
"lodash": "^4.17.4",
"require-dir": "^0.3.2",
"rxjs": "^5.5.6",
"tinyqueue": "^1.2.3",
"vm2": "^3.5.2",
"yajson-stream": "^1.3.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.1",
"chai": "^4.1.2",
"chai-sorted": "^0.1.0",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.0",
"mocha": "^4.1.0",
"tmp": "0.0.33"
}
}