-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·39 lines (39 loc) · 1.07 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
{
"name": "grunt-bower-lock",
"homepage": "https://github.com/evelina-a/grunt-bower-lock",
"description": "Grunt Task for Locking Bower Dependencies",
"version": "1.0.0",
"license": "",
"author": {
"name": "Eve"
},
"keywords": [
"gruntplugin",
"bower", "lock", "dependencies"
],
"repository": {
"type": "git",
"url": "git://github.com/evelina-a/grunt-bower-lock.git"
},
"bugs": {
"url": "http://github.com/evelina-a/grunt-bower-lock/issues"
},
"main": "Gruntfile.js",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-cli": "~0.1.13",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-clean": "~0.6.0",
"grunt-eslint": "~1.1.0"
},
"dependencies": {
"bower": "~1.3.10",
"chalk": "~0.5.1"
},
"peerDependencies": {
"grunt": ">=0.4.0"
},
"engines": {
"node": ">=0.10.0"
}
}