forked from ouropencode/grunt-bower-concat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.22 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
{
"name": "grunt-bower-concat",
"description": "Automatic concatenation of installed Bower components in right order.",
"version": "1.0.0",
"homepage": "https://github.com/sapegin/grunt-bower-concat",
"author": {
"name": "Artem Sapegin",
"url": "http://sapegin.me/"
},
"repository": {
"type": "git",
"url": "git://github.com/sapegin/grunt-bower-concat.git"
},
"bugs": {
"url": "https://github.com/sapegin/grunt-bower-concat/issues"
},
"license": "MIT",
"main": "tasks/bower-concat.js",
"scripts": {
"test": "grunt",
"pretest": "bower install"
},
"engines": {
"node": ">=0.10.0"
},
"dependencies": {
"async": "~1.5.2",
"bower": "~1.8.8",
"detective": "~4.3.1",
"filesize": "~3.2.1",
"lodash": "~4.17.15",
"underscore.string": "~3.2.3"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-cli": "~0.1.13",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-jshint": "~0.11.2",
"grunt-jscs": "~2.1.0",
"grunt-mocha-test": "~0.12.7",
"load-grunt-tasks": "~3.4.0",
"mocha": "~2.4.5"
},
"peerDependencies": {
"grunt": ">=0.4.0"
},
"keywords": [
"gruntplugin",
"bower",
"component",
"package",
"concat"
]
}