-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.19 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
{
"name": "@dfurnes/hey",
"version": "0.0.7",
"description": "A simple HTTP CLI tool.",
"engines": {
"node": ">=6.0"
},
"scripts": {
"test": "mocha tests/**/*.js --slow=15000 --timeout=20000"
},
"bin": {
"hey": "./bin/hey.js"
},
"directories": {
"test": "tests/"
},
"author": "David Furnes <[email protected]>",
"license": "MIT",
"dependencies": {
"append-query": "^2.0.1",
"axios": "^0.15.3",
"chalk": "^1.1.3",
"commander": "^2.9.0",
"emphasize": "^1.2.0",
"find-config": "^1.0.0",
"jsome": "^2.3.26",
"jsonic": "^0.2.2",
"keytar": "^3.0.2",
"lodash": "^4.17.4",
"log-symbols": "^1.0.2",
"minimist": "^1.2.0",
"normalize-url": "^1.9.0",
"ora": "^1.1.0",
"pretty-ms": "^2.1.0",
"qs": "^6.3.1",
"semver": "^5.3.0",
"syncprompt": "^1.0.1",
"update-notifier": "^2.1.0",
"url-parse": "^1.1.8"
},
"devDependencies": {
"babel-core": "^6.23.1",
"body-parser": "^1.16.1",
"connect-multiparty": "^2.0.0",
"express": "^4.14.1",
"intelli-espower-loader": "^1.0.1",
"mocha": "^3.2.0",
"node-cleanup": "^2.1.2",
"power-assert": "^1.4.2",
"snap-shot": "^2.16.0"
}
}