-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 983 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 983 Bytes
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": "grunt-dev-update",
"version": "2.3.0",
"description": "Automate the updating of your package.json packages with a grunt task",
"repository": "pgilad/grunt-dev-update",
"license": "MIT",
"author": "Gilad Peleg <giladp007@gmail.com> (http://giladpeleg.com)",
"files": [
"tasks"
],
"engines": {
"node": ">=6.0.0"
},
"scripts": {
"test": "grunt test"
},
"keywords": [
"gruntplugin",
"devDependencies",
"dependencies",
"install",
"save-dev",
"save",
"automation",
"updates"
],
"dependencies": {
"async-each-series": "^1.1.0",
"findup-sync": "^0.4.0",
"inquirer": "^0.12.0",
"lodash": "^4.8.2",
"npm-package-arg": "^4.1.0",
"semver": "^5.1.0"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-nodeunit": "^1.0.0",
"jshint-stylish": "^2.1.0",
"load-grunt-tasks": "^3.4.1"
}
}