forked from xsynaptic/wordpress-gulp-starter-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
37 lines (37 loc) · 741 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
{
"name": "wordpress-gulp-bower-sass",
"homepage": "https://github.com/synapticism/wordpress-gulp-bower-sass",
"authors": [
{
"name": "Alexander Synaptic",
"email": "alexander@synapticism.com",
"homepage": "http://synapticism.com"
}
],
"keywords": [
"wordpress",
"wordpress-theme",
"gulp",
"bower",
"sass",
"browsersync",
"livereload"
],
"license": "GPL-3.0",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
".sass-cache",
"build"
],
"devDependencies": {
"normalize.css": "^3.0.3",
"spin.js": "^2.3.1",
"wp-ajax-page-loader": "^0.1.1",
"bootstrap-sass-official":"~3.3",
"jquery": "~2.1"
}
}