forked from edgrid/edgrid-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 998 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
33
34
35
36
{
"name": "ed-boilerplate",
"version": "1.0.0",
"description": "Simple scafolding for statics web projects",
"main": "gulpfile.babel.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Alvaro Felipe",
"license": "GPL-2.0",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babelify": "^8.0.0",
"browser-sync": "^2.23.2",
"browserify": "^14.5.0",
"cssnano": "^3.10.0",
"ed-grid": "^2.1.6",
"edteam-style-guides": "0.0.2",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.0",
"gulp-data": "^1.3.1",
"gulp-imagemin": "^4.1.0",
"gulp-notify": "^3.0.0",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^7.0.1",
"gulp-pug": "^3.3.0",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.2",
"gulp-watch": "^4.3.11",
"imagemin-pngcrush": "^5.1.0",
"jstransformer-markdown-it": "^2.0.0",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
}
}