-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.05 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.05 KB
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
{
"name": "send-data",
"version": "7.0.0",
"description": "send data through response",
"keywords": [],
"author": "Raynos <raynos2@gmail.com>",
"repository": "git://github.com/Raynos/send-data.git",
"main": "index",
"homepage": "https://github.com/Raynos/send-data",
"contributors": [
{
"name": "Jake Verbaten"
}
],
"bugs": {
"url": "https://github.com/Raynos/send-data/issues",
"email": "raynos2@gmail.com"
},
"dependencies": {
"json-stringify-safe": "^5.0.0",
"xtend": "^4.0.0"
},
"devDependencies": {
"hammock": "^0.1.10",
"hammock-request": "^2.1.0",
"istanbul": "^0.3.5",
"opn": "^1.0.1",
"tape": "^3.4.0",
"tern": "git://github.com/marijnh/tern",
"test-server": "~0.1.1"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/Raynos/send-data/raw/master/LICENSE"
}
],
"scripts": {
"test": "node ./test/index.js",
"cover": "istanbul cover --print detail --report html -- test/index.js",
"view-cover": "opn coverage/index.html"
}
}