-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json
51 lines (51 loc) · 1.12 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
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "grunt-bowercopy",
"version": "1.2.5",
"description": "Scrupulously manage file locations for bower dependencies.",
"homepage": "https://github.com/timmywil/grunt-bowercopy",
"repository": {
"type": "git",
"url": "https://github.com/timmywil/grunt-bowercopy.git"
},
"bugs": "https://github.com/timmywil/grunt-bowercopy/issues",
"author": {
"name": "Timmy Willison",
"email": "[email protected]",
"url": "http://timmywillison.com"
},
"keywords": [
"gruntplugin",
"bowercopy",
"bower",
"copy"
],
"engines": {
"node": ">= 0.10.0"
},
"licenses": [
{
"type": "MIT"
}
],
"dependencies": {
"bower": "^1.3.5",
"glob": "^7.1.6",
"lodash": "^4.17.15"
},
"devDependencies": {
"grunt": "^1.0.4",
"grunt-bump": "^0.8.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-jshint": "^2.1.0",
"grunt-contrib-nodeunit": "^2.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-jsonlint": "^2.0.0",
"load-grunt-tasks": "^5.1.0"
},
"resolutions": {
"diff": ">=3.5.0"
},
"scripts": {
"test": "grunt test"
}
}