-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.6 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "build-your-beast",
"version": "1.0.0",
"main": "index.js",
"dependencies": {
"gulp": "^3.9.0"
},
"devDependencies": {
"browser-sync": "^2.10.0",
"del": "^1.2.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-cache": "^0.2.10",
"gulp-cached": "^1.1.0",
"gulp-concat": "^2.6.0",
"gulp-file-contents-to-json": "^0.1.3",
"gulp-html-extend": "^1.1.6",
"gulp-if": "^1.2.5",
"gulp-imagemin": "^2.3.0",
"gulp-jshint": "^1.11.2",
"gulp-load-plugins": "^0.9.0",
"gulp-minify-css": "^1.2.0",
"gulp-modernizr": "^1.0.0-alpha",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.1.1",
"gulp-size": "^1.2.3",
"gulp-sourcemaps": "^1.6.0",
"gulp-stylus": "^2.0.5",
"gulp-svg-sprite": "^1.2.5",
"gulp-svg-symbols": "^1.0.0",
"gulp-svg2png": "^0.3.0",
"gulp-svgmin": "^1.2.1",
"gulp-template": "^3.1.0",
"gulp-uglify": "^1.2.0",
"gulp-util": "^2.2.14",
"jshint-stylish": "^1.0.2",
"lazypipe": "^0.2.4",
"remove-svg-properties": "^0.3.2",
"run-sequence": "^1.1.1",
"vinyl": "^0.4.6",
"yargs": "^3.14.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/malinantonsson/build-your-beast.git"
},
"author": "Malin Antonsson",
"license": "ISC",
"bugs": {
"url": "https://github.com/malinantonsson/build-your-beast/issues"
},
"homepage": "https://github.com/malinantonsson/build-your-beast#readme",
"description": ""
}