forked from yatskevich/grunt-bower-task
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
60 lines (60 loc) · 1.32 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
{
"name": "grunt-bower-installer",
"description": "Install Bower packages.",
"version": "0.3.6",
"homepage": "https://github.com/AndrewDryga/grunt-bower-installer",
"author": {
"name": "Ivan Yatskevich",
"email": "ivan@yatskevich.com"
},
"contributors": [
{
"name": "Maksim Horbachevsky",
"url": "https://github.com/fantactuka"
},
{
"name": "Andrew Dryga",
"url": "http://dryga.com/"
}
],
"repository": {
"type": "git",
"url": "git://github.com/AndrewDryga/grunt-bower-installer.git"
},
"bugs": {
"url": "https://github.com/AndrewDryga/grunt-bower-installer/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/AndrewDryga/grunt-bower-installer/blob/master/LICENSE-MIT"
}
],
"main": "Gruntfile.js",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"bower": "~1.3.2",
"lodash": "~0.10.0",
"rimraf": "~2.2.6",
"wrench": "~1.5.8",
"colors": "~0.6.2",
"async": "~0.7.0"
},
"devDependencies": {
"grunt": "~0.4.4",
"grunt-cli": "~0.1.13",
"grunt-contrib-jshint": "~0.10.0",
"grunt-simple-mocha": "~0.4.0",
"chai": "1.9.1",
"grunt-contrib-nodeunit": "~0.3.3"
},
"keywords": [
"gruntplugin",
"bower"
]
}