-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
38 lines (38 loc) · 844 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": "Template",
"version": "1.0.0",
"description": "Template project",
"main": "index.js",
"scripts": {
"start": "gulp server"
},
"repository": {
"type": "git",
"url": ""
},
"author": "Nikolai K",
"license": "ISC",
"bugs": {
"url": ""
},
"homepage": "",
"devDependencies": {
"browser-sync": "^2.17.5",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-csso": "^2.0.0",
"gulp-imagemin": "^3.1.1",
"gulp-less": "^3.1.0",
"gulp-minify": "0.0.15",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^6.2.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^2.2.0",
"gulp-spritesmith": "0.0.2",
"gulp-strip-css-comments": "^1.2.0",
"gulp-uglifyjs": "^0.6.2",
"gulp.spritesmith": "^6.3.0",
"run-sequence": "^1.2.2"
}
}