-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 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
{
"name": "prototype",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"setup": "bower install && npm i && npm i browser-sync"
},
"author": "",
"license": "ISC",
"devDependencies": {
"babelify": "^6.1.2",
"browserify": "^11.1.0",
"del": "^2.0.2",
"gulp": "^3.8.11",
"gulp-add-src": "^0.2.0",
"gulp-autoprefixer": "^3.0.1",
"gulp-combine-mq": "^0.4.0",
"gulp-concat": "^2.4.3",
"gulp-connect": "^2.2.0",
"gulp-css-base64": "^1.3.1",
"gulp-filter": "^3.0.1",
"gulp-if": "^1.2.5",
"gulp-jade": "^1.1.0",
"gulp-jscs": "^2.0.0",
"gulp-jscs-stylish": "^1.1.0",
"gulp-jshint": "^1.11.2",
"gulp-minify-css": "^1.2.1",
"gulp-notify": "^2.2.0",
"gulp-sftp": "^0.1.4",
"gulp-sourcemaps": "^1.5.2",
"gulp-stylus": "^2.0.0",
"gulp-tinypng": "^1.0.2",
"gulp-uglify": "^1.1.0",
"gulp-util": "^3.0.6",
"lodash.assign": "^3.2.0",
"main-bower-files": "^2.5.0",
"nib": "^1.1.0",
"require-dir": "^0.3.0",
"run-sequence": "^1.1.4",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.4.0"
}
}