-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathpackage.json
40 lines (40 loc) · 973 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": "hippie",
"version": "0.6.1",
"description": "Simple end-to-end API testing",
"main": "./lib/hippie.js",
"homepage": "https://github.com/vesln/hippie",
"scripts": {
"test": "hydro",
"pretest": "jshint .",
"coverage": "istanbul cover _hydro"
},
"repository": {
"type": "git",
"url": "https://github.com/vesln/hippie"
},
"devDependencies": {
"basic-auth-connect": "^1.0.0",
"body-parser": "^1.17.1",
"chai": "~4.1.2",
"express": "~4.16.3",
"hydro": "^0.10.1",
"hydro-bdd": "~0.2.0",
"hydro-chai": "~0.3.1",
"hydro-clean-stacks": "~0.2.0",
"hydro-dot": "^2.0.1",
"istanbul": "^0.4.5",
"jshint": "^2.11.1"
},
"author": "Veselin Todorov <[email protected]>",
"license": "MIT",
"dependencies": {
"assertion-error": "~1.1.0",
"deep-eql": "~3.0.1",
"es6-promise": "~4.2.4",
"npm": "^6.14.7",
"pathval": "~1.1.0",
"qs": "~6.5.2",
"request": "~2.87.0"
}
}