-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
44 lines (44 loc) · 1.41 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
{
"name": "Amethyst",
"version": "2.0.3",
"description": "Amethyst is a simple WordPress theme based on Foundation. The design is kept simple to keep the simplicity of the Foundation. Features are, 100% responsive layouts, Genericons, Gulp use, Sass.",
"uri": "https://github.com/featherplain/amethyst",
"main": "gulpfile.js",
"scripts": {
"setup": "bash ./.bin/setup.sh",
"gulp": "gulp",
"gulp-server": "gulp default --mode server",
"foundation-init": "npm install; gulp init",
"gulp-zip": "gulp zip:amethyst",
"test": "composer test && gulp test:sass && gulp test:jshint"
},
"author": "Megumi Hano",
"license": "GPLv2",
"devDependencies": {
"browser-sync": "^2.13.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.0.0",
"gulp-concat": "^2.6.0",
"gulp-css-globbing": "^0.1.8",
"gulp-data": "^1.2.1",
"gulp-flatten": "^0.2.0",
"gulp-imagemin": "^3.0.1",
"gulp-jade": "^1.1.0",
"gulp-jshint": "^2.0.1",
"gulp-load-plugins": "^1.2.4",
"gulp-minify-css": "^1.2.1",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.1",
"gulp-sass-lint": "^1.2.0",
"gulp-shell": "^0.5.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-svg-sprite": "^1.3.1",
"gulp-uglify": "^1.5.3",
"gulp.spritesmith": "^6.2.1",
"jshint": "^2.9.2",
"jshint-stylish": "^2.2.0",
"run-sequence": "^1.2.1",
"yargs": "^4.7.1"
}
}