-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 918 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
{
"name": "should-http",
"version": "0.1.1",
"description": "Http requests, response assertions for should.js",
"main": "index.js",
"browser": "index-browser.js",
"scripts": {
"test": "mocha --reporter mocha-better-spec-reporter test/**.test.js"
},
"repository": {
"type": "git",
"url": "git://github.com/shouldjs/http.git"
},
"keywords": [
"should",
"should.js",
"http"
],
"author": "TJ Holowaychuk <[email protected]> and contributors",
"license": "MIT",
"bugs": {
"url": "https://github.com/shouldjs/http/issues"
},
"homepage": "https://github.com/shouldjs/http",
"devDependencies": {
"eslint": "^3.18.0",
"eslint-config-shouldjs": "^1.0.2",
"mocha": "latest",
"mocha-better-spec-reporter": "latest",
"should": "latest"
},
"peerDependencies": {
"should": ">= 4.x"
},
"dependencies": {
"content-type": "^1.0.2"
}
}