-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 941 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
{
"name": "repo-name",
"version": "1.0.0",
"description": "Repo Description",
"main": "gulpfile.js",
"dependencies": {
"gulp": "~3.8.11",
"del": "~1.1.1",
"gulp-autoprefixer": "~2.2.0",
"gulp-cache": "~0.2.9",
"gulp-concat": "~2.5.2",
"gulp-imagemin": "~2.2.1",
"gulp-jshint": "~1.10.0",
"gulp-livereload": "~3.8.0",
"gulp-minify-css": "~1.1.0",
"gulp-notify": "~2.2.0",
"gulp-rename": "~1.2.2",
"gulp-ruby-sass": "~1.0.5",
"gulp-uglify": "~1.2.0",
"express": "^4.12.3",
"connect-livereload": "^0.5.3",
"tiny-lr": "^0.1.5",
"gulp-webserver": "^0.9.0",
"gulp-html-extend": "^1.1.4",
"gulp-file-include": "^0.9.0",
"gulp-plumber": "^1.0.0",
"gulp-connect-php": "0.0.5"
},
"devDependencies": {
"gulp": "^3.8.11"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Authorname",
"license": "ISC"
}