-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
39 lines (39 loc) · 883 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": "grunt-version-check",
"description": "Checks if your NPM or Bower dependencies are out of date.",
"version": "0.3.8",
"homepage": "https://github.com/stevewillard/grunt-version-check",
"author": {
"name": "Steve Willard",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git://github.com/stevewillard/grunt-version-check.git"
},
"bugs": {
"url": "https://github.com/stevewillard/grunt-version-check/issues"
},
"license": "MIT",
"dependencies": {
"async": "^1.4.2",
"bower": "^1.5.2",
"colors": "^1.1.2",
"grunt": ">=0.4.5",
"lodash": "^3.10.1",
"npm": ">=2.14.2",
"semver": "^5.0.1"
},
"devDependencies": {
"grunt-contrib-jshint": "^0.11.3"
},
"keywords": [
"gruntplugin",
"bower",
"npm",
"update",
"version",
"check",
"grunt"
]
}