-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
executable file
·32 lines (32 loc) · 956 Bytes
/
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
{
"name": "bones",
"author": "Patrick Gates <patrick@fuelcreative.agency>",
"version": "1.0.0",
"dependencies": {},
"devDependencies": {
"browser-sync": "*",
"gulp": "*",
"gulp-autoprefixer": "*",
"gulp-concat": "*",
"gulp-filter": "*",
"gulp-imagemin": "*",
"gulp-line-ending-corrector": "*",
"gulp-merge-media-queries": "*",
"gulp-notify": "*",
"gulp-rename": "*",
"gulp-sass": "*",
"gulp-sourcemaps": "*",
"gulp-uglify": "*",
"gulp-uglifycss": "*",
"gulp-sort": "*",
"gulp-wp-pot": "*",
"gulp-if": "*",
"gulp-browserify": "*"
},
"description": "This is a starter Wordpress theme built using Bones. It utilizes Bower as a javascript package manager, gulp for file minification, scss processing, translation, etc, BrowserSync for live updates, js validations, among other things.",
"main": "gulpfile.js",
"scripts": {
"test": "mocha"
},
"license": "ISC"
}