forked from sshmyg/frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.08 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
{
"author": "Serhey Shmyg",
"name": "FrontEnd-Project-Gulp",
"version": "2.1.0",
"homepage": "https://github.com/serheyShmyg/",
"repository": {
"type": "git",
"url": "https://github.com/serheyShmyg/frontend"
},
"scripts": {
"start": "gulp",
"clear": "gulp clear",
"build": "gulp build"
},
"devDependencies": {
"babel-core": "^6.2.0",
"babel-loader": "^6.2.0",
"babel-preset-es2015": "^6.1.18",
"bourbon": "^5.0.0-alpha.0",
"browser-sync": "^2.7.13",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-cached": "^1.1.0",
"gulp-changed": "^1.2.1",
"gulp-extend": "^0.2.0",
"gulp-filter": "^2.0.2",
"gulp-if": "^1.2.5",
"gulp-jade": "^1.0.1",
"gulp-jade-inheritance": "^0.5.2",
"gulp-rimraf": "^0.1.1",
"gulp-sass": "^2.1.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-util": "^3.0.6",
"html-loader": "^0.3.0",
"node-bourbon": "^4.2.3",
"node-neat": "^1.7.2",
"pretty-hrtime": "^1.0.0",
"recursive-readdir-sync": "^1.0.6",
"run-sequence": "^1.1.1",
"webpack": "^1.12.6"
}
}