-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.05 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
{
"name": "whiteRabbit",
"version": "1.0.0",
"main": "index.html",
"dependencies": {
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-bless": "^3.2.1",
"gulp-chmod": "^2.0.0",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.1",
"gulp-consolidate": "^0.2.0",
"gulp-cssmin": "^0.1.7",
"gulp-expect-file": "^0.0.7",
"gulp-iconfont": "^8.0.1",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^3.1.1",
"gulp-jscs": "^4.0.0",
"gulp-jscs-stylish": "^1.4.0",
"gulp-jshint": "^2.0.4",
"gulp-notify": "^2.2.0",
"gulp-sass": "^2.3.2",
"gulp-shell": "^0.5.2",
"gulp-sourcemaps": "^2.2.1",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.11",
"del": "^2.2.2",
"jquery": "^2.2.4",
"lt-ie-9": "^0.1.0",
"run-sequence": "^1.2.2"
},
"devDependencies": {
"gulp-env": "^0.4.0",
"gulp-expect-file": "0.0.7"
},
"scripts": {
"start": "python -m SimpleHTTPServer"
},
"author": "Alexander Sergeev",
"license": "ISC",
"description": "Test task"
}