forked from tdeekens/grunt-shrinkwrapsy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 997 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
40
41
{
"name": "grunt-shrinkwrapsy",
"version": "0.1.1",
"description": "A grunt plugin to create a npm-shrinkwrap.",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/tdeekens/grunt-shrinkwrapsy.git"
},
"keywords": [
"grunt",
"npm",
"shrinkwrap",
"npm-shrinkwrap",
"plugin"
],
"author": "Tobias Deekens <nerd@tdeekens.name> (http://tdeekens.name)",
"license": "MIT",
"bugs": {
"url": "https://github.com/tdeekens/grunt-shrinkwrapsy/issues"
},
"homepage": "https://github.com/tdeekens/grunt-shrinkwrapsy",
"dependencies": {
"shelljs": "^0.3.0"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-nodeunit": "^0.4.1",
"grunt-shell": "^1.1.1",
"load-grunt-config": "^0.16.0",
"time-grunt": "^1.0.0"
},
"peerDependencies": {
"grunt": "~0.4.2",
"grunt-cli": "~0.1.1"
}
}