-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.14 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
{
"name": "verstka",
"version": "1.0.0",
"description": "base front-end",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/onyzhin/base-FE.git"
},
"keywords": [
"front-end",
"html",
"css",
"scss",
"js"
],
"author": "[email protected]",
"license": "ISC",
"bugs": {
"url": "https://github.com/onyzhin/base-FE/issues"
},
"homepage": "https://github.com/onyzhin/base-FE#readme",
"devDependencies": {
"bower-main": "^0.2.14",
"browser-sync": "^2.10.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-concat": "^2.6.0",
"gulp-concat-vendor": "0.0.4",
"gulp-file-include": "^0.13.7",
"gulp-ftp": "^1.1.0",
"gulp-imagemin": "^2.4.0",
"gulp-inject": "^3.0.0",
"gulp-minify-css": "^1.2.2",
"gulp-sass": "^2.1.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.1",
"gulp-watch": "^4.3.5",
"imagemin-pngquant": "^4.2.0",
"rimraf": "^2.4.4",
"stream-series": "^0.1.1"
},
"dependencies": {
"wiredep": "^2.2.2"
}
}