-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 909 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 909 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
29
30
31
32
33
34
35
36
37
{
"name": "codingsans.com",
"version": "0.0.0",
"description": "",
"main": "index.js",
"scripts": {
"run": "./node_modules/gulp/bin/gulp.js"
},
"author": "",
"license": "MIT",
"devDependencies": {
"beepbeep": "^1.2.0",
"bower": "^1.3.12",
"browser-sync": "^2.2.1",
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.1.0",
"gulp-concat": "^2.5.2",
"gulp-debug": "^2.0.1",
"gulp-foreach": "^0.1.0",
"gulp-jshint": "^1.9.2",
"gulp-minify-css": "^0.5.1",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^0.6.6",
"gulp-rename": "^1.2.0",
"gulp-sass": "^1.3.3",
"gulp-sourcemaps": "^1.5.0",
"gulp-strip-debug": "^1.0.2",
"gulp-sync": "^0.1.4",
"gulp-uglify": "^1.1.0",
"gulp-util": "^3.0.4",
"jshint-stylish": "^1.0.1",
"lodash": "^3.3.1",
"map-stream": "0.0.5",
"require-dir": "^0.1.0"
}
}