forked from liferay/sennajs.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.06 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
{
"private": true,
"devDependencies": {
"express": "^4.8.2",
"gulp": "^3.8.6",
"gulp-autoprefixer": "^0.0.8",
"gulp-compass": "^1.1.9",
"gulp-cssbeautify": "^0.1.3",
"gulp-csscomb": "^3.0.0-1",
"gulp-csso": "^0.2.9",
"gulp-esformatter": "^1.0.0",
"gulp-gh-pages": "^0.3.3",
"gulp-highlight": "0.0.3",
"gulp-iconfont": "^0.1.1",
"gulp-iconfont-css": "^0.0.9",
"gulp-if": "^1.2.2",
"gulp-ignore": "^1.2.0",
"gulp-imagemin": "^1.0.0",
"gulp-jshint": "^1.7.1",
"gulp-load-plugins": "^0.5.3",
"gulp-markdown": "^1.0.0",
"gulp-minify-html": "^0.1.4",
"gulp-plumber": "^0.6.3",
"gulp-prettify": "^0.3.0",
"gulp-replace": "~0.4.0",
"gulp-rimraf": "^0.1.0",
"gulp-soynode": "^1.0.1",
"gulp-uglify": "^0.3.1",
"gulp-usemin": "^0.3.7",
"gulp-util": "^3.0.0",
"jshint-stylish": "^0.4.0",
"lazypipe": "^0.2.1",
"madvoc-route": "^1.0.0",
"merge-stream": "^0.1.5",
"require-dir": "^0.1.0",
"run-sequence": "^0.3.6",
"soynode": "^0.5.0",
"yargs": "^1.3.1"
}
}