-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 977 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 977 Bytes
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
{
"name": "node",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "gulp"
},
"author": "",
"license": "ISC",
"dependencies": {
"autoprefixer-core": "^5.2.1",
"babelify": "^6.1.2",
"browser-sync": "^2.7.5",
"browserify": "^10.2.1",
"csswring": "^3.0.5",
"gulp": "^3.8.11",
"gulp-compile-handlebars": "^0.5.0",
"gulp-concat": "^2.5.2",
"gulp-htmlmin": "^1.1.3",
"gulp-notify": "^2.2.0",
"gulp-postcss": "^5.1.9",
"gulp-rename": "^1.2.2",
"gulp-robots": "^1.1.2",
"gulp-sass": "^2.0.1",
"gulp-sitemap": "^2.1.1",
"gulp-size": "^1.2.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-util": "^3.0.4",
"lodash": "^3.9.3",
"pretty-hrtime": "^1.0.0",
"require-dir": "^0.3.0",
"serve-static": "^1.9.3",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.2.1"
},
"devDependencies": {}
}