-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 980 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
37
38
{
"name": "gulp-starter",
"version": "0.0.1",
"description": "Starter project for develop html template with gulp.js",
"scripts": {
"start": "gulp server",
"build": "gulp build",
"clean": "gulp clean",
"deploy": "gulp clean && gulp build && gulp deploy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/masudafsar/gulp-starter.git"
},
"keywords": [
"gulp.js"
],
"author": "Masud Afsar (http://masud.afsar.info/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/masudafsar/gulp-starter/issues"
},
"homepage": "https://github.com/masudafsar/gulp-starter#readme",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.0.0",
"gulp-ejs": "^3.0.1",
"gulp-gh-pages": "^0.5.4",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.0",
"gulp-util": "^3.0.8"
},
"dependencies": {
"event-stream": "^4.0.1"
}
}