forked from raineorshine/npm-check-updates
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
61 lines (61 loc) · 1.44 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
53
54
55
56
57
58
59
60
61
{
"name": "bower-check-updates",
"version": "2.2.3-1",
"authors": [
"Tomas Junnonen <[email protected]>",
"Sergey Panfilov <[email protected]> (https://se-panfilov.github.io)"
],
"license": "MIT",
"contributors": [
"Raine Lourie (http://github.com/metaraine)"
],
"description": "Find newer versions of dependencies than what your bower.json allows",
"keywords": [
"bower",
"check",
"find",
"discover",
"updates",
"upgrades",
"dependencies",
"bower.json",
"updater",
"version",
"management"
],
"preferGlobal": true,
"main": "./lib/bower-check-updates",
"scripts": {
"test": "mocha"
},
"bin": {
"bower-check-updates": "./bin/old-alias",
"bcu": "./bin/bower-check-updates"
},
"repository": {
"type": "git",
"url": "https://github.com/se-panfilov/bower-check-updates.git"
},
"homepage": "https://github.com/se-panfilov/bower-check-updates",
"dependencies": {
"async": "^1.4.0",
"bluebird": "^2.9.34",
"chalk": "^1.1.0",
"cint": "^8.2.1",
"cli-table": "^0.3.1",
"closest-bower": "^1.1.4",
"commander": "^2.8.1",
"fast-diff": "^1.0.1",
"get-stdin-promise": "^0.1.1",
"lodash": "^3.10.0",
"npm": "^2.13.1",
"semver": "^5.0.1",
"semver-utils": "metaraine/semver-utils.git#86ea225"
},
"devDependencies": {
"chai": "^3.2.0",
"chai-as-promised": "^5.1.0",
"mocha": "^2.2.5",
"should": "^7.0.2"
}
}