-
Notifications
You must be signed in to change notification settings - Fork 117
/
package.json
61 lines (61 loc) · 1.33 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
52
53
54
55
56
57
58
59
60
61
{
"name": "grunt-bower-task",
"description": "Install Bower packages.",
"version": "0.6.2",
"homepage": "https://github.com/yatskevich/grunt-bower-task",
"author": {
"name": "Ivan Yatskevich",
"email": "[email protected]"
},
"contributors": [
{
"name": "Tyler Hughes",
"url": "https://github.com/tylerbhughes"
},
{
"name": "Maksim Horbachevsky",
"url": "https://github.com/fantactuka"
}
],
"repository": {
"type": "git",
"url": "git://github.com/yatskevich/grunt-bower-task.git"
},
"bugs": {
"url": "https://github.com/yatskevich/grunt-bower-task/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/yatskevich/grunt-bower-task/blob/master/LICENSE-MIT"
}
],
"main": "Gruntfile.js",
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"async": "^2.3.0",
"bower": "^1.7.9",
"bower-json": "^0.8.1",
"colors": "1.4.0",
"fs-extra": "^2.1.2",
"lodash": "^4.17.21",
"rimraf": "^2.6.1"
},
"devDependencies": {
"chai": "^3.5.0",
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-nodeunit": "^1.0.0",
"grunt-simple-mocha": "^0.4.1"
},
"keywords": [
"gruntplugin",
"bower"
]
}