-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
52 lines (52 loc) · 1.13 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
47
48
49
50
51
52
{
"name": "npm-updater",
"version": "3.0.3",
"description": "check npm package update",
"dependencies": {
"chalk": "^1.1.3",
"co": "^4.6.0",
"configstore": "^3.0.0",
"debug": "^2.6.3",
"humanize-ms": "^1.2.0",
"semver-diff": "^2.1.0",
"urllib": "^2.21.2"
},
"devDependencies": {
"autod": "^2.8.0",
"coffee": "^3.3.0",
"egg-bin": "^1",
"egg-ci": "^1.6.0",
"eslint": "^3.18.0",
"eslint-config-egg": "^3.2.0",
"mkdirp": "^0.5.1",
"rimraf": "^2.6.1",
"supertest": "^3.0.0",
"webstorm-disable-index": "^1.1.2"
},
"keywords": [
"npm",
"updater"
],
"engines": {
"node": ">=4.0.0"
},
"scripts": {
"start": "node index.js",
"dev": "egg-bin dev",
"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",
"autod": "autod"
},
"ci": {
"version": "4, 6, 7"
},
"repository": {
"type": "git",
"url": "[email protected]:node-modules/npm-updater"
},
"author": "dead-horse <[email protected]>",
"license": "MIT"
}