forked from arikwex/quick-sip
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 714 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 714 Bytes
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
{
"name": "quick-sip",
"description": "Gulp build process tasks that provide watchify and sass compilation.",
"repository": "",
"version": "0.1.0",
"dependencies": {
"gulp-load-plugins": "^0.8.1",
"gulp-rimraf": "^0.1.1",
"gulp-tap": "^0.1.3",
"gulp-concat": "^2.5.2",
"gulp-uglify": "^1.1.0",
"gulp-util": "^3.0.4",
"gulp-sass": "^1.3.3",
"gulp-cssmin": "^0.1.6",
"gulp-sourcemaps": "^1.5.1",
"path": "0.11.14",
"color-log": "^0.0.2",
"browserify": "^9.0.3",
"watchify": "2.6.2",
"vinyl-source-stream": "^1.1.0",
"vinyl-buffer": "^1.0.0",
"run-sequence": "^1.0.2",
"underscore": "1.8.3"
},
"engines": {
"node": ">=0.8.0"
}
}