forked from dracupid/npm-up
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 890 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
{
"name": "npm-up",
"version": "1.1.2",
"description": "A lightweight tool to check the latest version of dependent npm packages for a project and do whatever you want.",
"main": "./dist/npm-up.js",
"bin": {
"npm-up": "./bin/bin.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "cake build"
},
"repository": {
"type": "git",
"url": "https://github.com/dracupid/npm-up.git"
},
"keywords": [
"npm",
"update",
"version"
],
"author": "Dracupid",
"license": "MIT",
"bugs": {
"url": "https://github.com/dracupid/npm-up/issues"
},
"homepage": "https://github.com/dracupid/npm-up",
"dependencies": {
"bluebird": "*",
"colors": "*",
"commander": "*",
"lodash": "2.4.1",
"nofs": "^0.2.8",
"npm": "^2.2.0"
},
"devDependencies": {
"coffee-script": "*"
}
}