forked from goel4ever/usage-gulp
-
Notifications
You must be signed in to change notification settings - Fork 3
/
bower.json
48 lines (48 loc) · 874 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "usage-gulp",
"version": "0.0.1",
"homepage": "https://github.com/goel4ever/usage-gulp",
"authors": [
"Anshul Goel"
],
"description": "Project sampling various Gulp plugins and contain reusable code for future references",
"main": "gulpfile.js",
"moduleType": [
"es6",
"globals",
"node"
],
"keywords": [
"reuse",
"gulp",
"help",
"example"
],
"license": "MIT",
"ignore": [
".bowerrc",
".gitignore",
".jshintrc",
".travis.yml",
"package.json",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
},
"preen": {
"angular": "*.min.js",
"bootstrap": [
"**/*.min.css",
"**/*.min.js",
"dist/fonts/*"
],
"jquery": "dist/*.min.js"
},
"devDependencies": {
"angular": "~1.3.15",
"bootstrap": "~3.3.4"
}
}