-
Notifications
You must be signed in to change notification settings - Fork 120
/
package.json
43 lines (43 loc) · 1.05 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
{
"name": "polymail",
"version": "0.1.16",
"private": true,
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"postinstall": "bower install",
"deploy": "./deploy.sh"
},
"devDependencies": {
"babel-preset-es2015": "^6.1.18",
"babelify": "^7.2.0",
"browserify": "^12.0.1",
"del": "^2.1.0",
"glob": "^6.0.1",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-bump": "^1.0.0",
"gulp-crisper": "^1.0.0",
"gulp-if": "^2.0.0",
"gulp-jscs": "^3.0.2",
"gulp-jshint": "^2.0.0",
"gulp-license": "^1.0.0",
"gulp-load-plugins": "^1.1.0",
"gulp-minify-css": "^1.1.0",
"gulp-minify-html": "^1.0.4",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sass": "^2.1.0",
"gulp-streamify": "^1.0.2",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.7",
"gulp-vulcanize": "^6.1.0",
"gulp-watch": "^4.3.5",
"jshint-stylish": "^2.1.0",
"lodash.assign": "^3.1.0",
"run-sequence": "^1.1.5",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}