forked from timmywil/grunt-bowercopy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
34 lines (34 loc) · 787 Bytes
/
bower.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
{
"name": "grunt-bowercopy",
"version": "1.2.0",
"homepage": "https://github.com/timmywil/grunt-bowercopy",
"authors": [
"Timmy Willison <timmywillisn@gmail.com>"
],
"description": "Scrupulously manage file locations for bower dependencies.",
"main": "Gruntfile.js",
"keywords": [
"gruntplugin",
"bowercopy",
"bower",
"copy"
],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_modules",
"test"
],
"devDependencies": {
"backbone": "1.1.0",
"chosen": "1.0.0",
"jquery-1.x": "jquery#1.11.0",
"jquery": "2.1.0",
"jquery.minlight": "0.6.0",
"jquery.panzoom": "1.8.1",
"jquery-ui": "jquery/jquery-ui#c0ab71056b936627e8a7821f03c044aec6280a40",
"lodash": "2.4.1"
}
}