-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
43 lines (43 loc) · 911 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
41
42
43
{
"name": "await-stream-ready",
"version": "1.0.1",
"description": "A promise waiting stream ready",
"dependencies": {},
"devDependencies": {
"autod": "^2.8.0",
"egg-bin": "^1.10.3",
"egg-ci": "^1.6.0",
"eslint": "^3.18.0",
"eslint-config-egg": "^3.2.0",
"mz": "^2.6.0",
"spy": "^1.0.0"
},
"engines": {
"node": ">=4.0.0"
},
"scripts": {
"autod": "autod",
"test": "npm run lint -- --fix && npm run test-local",
"test-local": "egg-bin test",
"cov": "egg-bin cov",
"lint": "eslint .",
"ci": "npm run lint && npm run cov"
},
"ci": {
"version": "4, 6, 7",
"license": {
"fullname": "node-modules",
"year": "2017"
}
},
"repository": {
"type": "git",
"url": "[email protected]:node-modules/await-stream-ready.git"
},
"author": "popomore",
"license": "MIT",
"files": [
"index.js",
"lib"
]
}