forked from yatskevich/grunt-bower-task
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.21 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
{
"name": "grunt-bower-task",
"description": "Install Bower packages.",
"version": "0.3.1",
"homepage": "https://github.com/yatskevich/grunt-bower-task",
"author": {
"name": "Ivan Yatskevich",
"email": "ivan@yatskevich.com"
},
"contributors": [
{
"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.8.0"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"bower": "~1.1.0",
"lodash": "~0.10.0",
"rimraf": "~2.0.2",
"wrench": "~1.4.3",
"colors": "~0.6.0-1",
"async": "~0.1.22"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-cli": "~0.1.6",
"grunt-contrib-jshint": "0.3.0",
"grunt-simple-mocha": "~0.4.0",
"chai": "1.7.2",
"grunt-contrib-nodeunit": "~0.1.2"
},
"keywords": [
"gruntplugin",
"bower"
]
}