forked from tlvince/grunt-wiredep-copy
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 873 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
{
"name": "grunt-wiredep-copy",
"version": "1.0.0",
"description": "Copies dependencies managed by wiredep",
"homepage": "https://github.com/tlvince/grunt-wiredep-copy",
"repository": {
"type": "git",
"url": "https://github.com/tlvince/grunt-wiredep-copy.git"
},
"author": {
"name": "Tom Vincent",
"email": "[email protected]",
"url": "http://tlvince.com"
},
"keywords": [
"gruntplugin"
],
"main": "Gruntfile.js",
"engines": {
"node": ">= 0.8.0"
},
"license": "MIT",
"devDependencies": {
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-nodeunit": "~0.3.0",
"grunt": "~0.4.2",
"jshint-stylish": "~0.1.5",
"load-grunt-tasks": "~0.3.0"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"lodash": "^2.4.1",
"wiredep": "^1.7.2"
}
}