forked from yatskevich/grunt-bower-task
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.37 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-cns-bower-task",
"description": "Install Bower packages.",
"version": "0.5.0",
"homepage": "https://github.com/cns-solutions/grunt-cns-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/cns-solutions/grunt-cns-bower-task.git"
},
"bugs": {
"url": "https://github.com/cns-solutions/grunt-cns-bower-task/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/cns-solutions/grunt-cns-bower-task/blob/master/LICENSE-MIT"
}
],
"main": "Gruntfile.js",
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"async": "^2.3.0",
"cns-bower": "^1.8.8",
"bower-json": "^0.8.1",
"colors": "^1.1.2",
"fs-extra": "^2.1.2",
"lodash": "~0.10.0",
"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"
]
}