-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.24 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": "hyperrequest",
"version": "0.1.4",
"description": "A wrapper arround hyperquest to handle the results",
"keywords": [],
"homepage": "https://github.com/mpneuried/hyperrequest",
"bugs": "https://github.com/mpneuried/hyperrequest/issues",
"author": {
"name": "mpneuried",
"email": "",
"url": "https://github.com/hyperrequest"
},
"main": "./index.js",
"repository": {
"type": "git",
"url": "https://github.com/mpneuried/hyperrequest.git"
},
"scripts": {
"test": "COFFEECOV_INIT_ALL=false mocha --compilers coffee:coffee-script/register --require coffee-coverage/register-istanbul _src/test/**.coffee -R spec"
},
"engines": {
"node": ">= 0.10.0"
},
"license": "MIT",
"dependencies": {
"hyperquest": "2.1.x",
"mpbasic": "0.0.x"
},
"devDependencies": {
"body-parser": "^1.18.0",
"coffee-coverage": "2.x",
"coffee-script": "^1.12.7",
"coveralls": "^2.13.1",
"express": "^4.15.4",
"grunt": "1.0.x",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-coffee": "1.x",
"grunt-contrib-watch": "1.x",
"grunt-include-replace": "5.x",
"grunt-mocha-cli": "3.x",
"istanbul": "0.4.x",
"mocha": "3.5.x",
"morgan": "1.8.x",
"should": "13.0.x"
}
}