-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1023 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": "updatejs",
"version": "0.4.3",
"description": "Install/Update/Prune NPM and Bower",
"homepage": "https://cope.github.io/updatejs/",
"author": "Predrag Stojadinovic <[email protected]>",
"license": "UNLICENSED",
"repository": {
"type": "git",
"url": "git+https://github.com/cope/updatejs.git"
},
"bugs": {
"url": "https://github.com/cope/updatejs/issues"
},
"scripts": {
"test": "nyc --reporter=lcov --reporter=html mocha",
"coveralls": "cat ./coverage/lcov.info | node node_modules/.bin/coveralls",
"sonar": "sonarjs -e .sonarlint/**,node_modules/**,coverage/**,.nyc_output/**"
},
"keywords": [
"npm",
"bower"
],
"preferGlobal": true,
"bin": {
"updatejs": "index.js",
"update": "index.js"
},
"dependencies": {
"bluebird": "^3.5.1",
"colors": "^1.3.1",
"commander": "^2.17.1",
"lodash": "^4.17.10",
"node-cmd": "^3.0.0"
},
"devDependencies": {
"chai": "^4.1.2",
"coveralls": "^3.0.2",
"mocha": "^5.2.0",
"nyc": "^12.0.2",
"sonarjs": "^1.0.0"
}
}