forked from raineorshine/npm-check-updates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
23 lines (23 loc) · 818 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
{
"name": "npm-check-updates",
"version": "1.2.0",
"author": "Tomas Junnonen <[email protected]>",
"description": "Find newer versions of dependencies than what your package.json allows",
"keywords": ["npm", "check", "find", "discover", "updates", "upgrades", "dependencies", "package.json", "updater", "version", "management"],
"dependencies": {
"npm": "1.3.x",
"commander": "2.0.x",
"async": "0.2.x",
"read-package-json": "1.1.x",
"semver": "2.2.x"
},
"main": "./lib/npm-check-updates",
"bin": {
"npm-check-updates": "./bin/npm-check-updates"
},
"repository": {
"type": "git",
"url": "https://github.com/tjunnone/npm-check-updates.git"
},
"homepage": "https://github.com/tjunnone/npm-check-updates"
}