-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.39 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
{
"name": "static-test",
"repository": {
"type": "git",
"url": ""
},
"version" : "0.0.1",
"description": "static test description",
"devDependencies": {
"autoprefixer-core": "~5.2.0",
"browser-sync": "~2.7.1",
"del": "~1.2.0",
"dotenv": "~1.2.0",
"gulp": "~3.9.0",
"connect-modrewrite": "~0.8.1",
"gulp-babel": "~5.1.0",
"gulp-cache": "~0.2.8",
"gulp-concat": "~2.6.0",
"gulp-data": "~1.2.0",
"gulp-extend": "~0.2.0",
"gulp-filter": "~2.0.2",
"gulp-help": "~1.6.0",
"gulp-if": "~1.2.5",
"gulp-imagemin": "~2.3.0",
"gulp-jade": "~1.0.0",
"gulp-jshint": "~1.11.0",
"gulp-minify-css": "~1.2.0",
"gulp-modernizr": "~1.0.0-alpha",
"gulp-notify": "~2.2.0",
"gulp-postcss": "~5.1.6",
"gulp-plumber": "~1.0.0",
"gulp-rename": "~1.2.0",
"gulp-rev": "~5.1.0",
"gulp-rev-replace": "~0.4.0",
"gulp-rsync": "~0.0.5",
"gulp-ruby-sass": "~1.0.5",
"gulp-size": "~1.2.1",
"gulp-sourcemaps": "~1.5.0",
"gulp-uglify": "~1.2.0",
"gulp-useref": "~1.2.0",
"gulp-util": "~3.0.4",
"jade": "~1.11.0",
"jshint-stylish": "~2.0.0",
"map-stream": "~0.0.5",
"require-dir": "~0.3.0",
"run-sequence": "~1.1.0",
"wiredep": "~2.2.2",
"yargs": "~3.15.0"
},
"engines": {
"node": ">=0.10.0"
},
"scripts":
{
"build": "gulp build",
"serve": "gulp serve"
}
}