-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.13 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.13 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
{
"name": "http-performance",
"version": "1.0.2",
"description": "Get the http perfomance",
"main": "index.js",
"scripts": {
"size": "t=\"$(npm pack .)\"; wc -c \"${t}\"; tar tvf \"${t}\"; rm \"${t}\";",
"test": "node ./node_modules/.bin/eslint ./index.js && node ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha ./test/*.js --"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vicanso/http-performance.git"
},
"keywords": [
"http",
"performance",
"perf"
],
"author": "Tree Xie <vicansocanbico@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/vicanso/http-performance/issues"
},
"homepage": "https://github.com/vicanso/http-performance#readme",
"readmeFilename": "README.md",
"engines": {
"node": ">=4.0.0"
},
"devDependencies": {
"agentkeepalive": "^3.3.0",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^15.0.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^5.0.1",
"eslint-plugin-react": "^7.0.1",
"express": "^4.15.3",
"istanbul": "^1.1.0-alpha.1",
"mocha": "^3.4.2"
}
}