forked from carloscuesta/starterkit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.29 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.29 KB
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
46
47
48
49
{
"name": "carloscuesta-starterkit",
"version": "1.0.0",
"description": "Carlos Cuesta web starterkit, including my workflow with gulp, jade, scss, babel and nodejs",
"main": "gulpfile.js",
"scripts": {
"dev": "gulp",
"build": "gulp build",
"optimize": "gulp optimize",
"deploy": "gulp deploy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/carloscuesta/starterkit.git"
},
"keywords": [
"carlos cuesta",
"starterkit",
"workflow"
],
"author": "Carlos Cuesta",
"license": "MIT",
"bugs": {
"url": "https://github.com/carloscuesta/starterkit/issues"
},
"homepage": "https://github.com/carloscuesta/starterkit#readme",
"devDependencies": {
"browser-sync": "^2.10.0",
"critical": "^0.6.0",
"flexboxgrid": "^6.3.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-babel": "^6.1.0",
"gulp-beautify": "^2.0.0",
"gulp-concat": "^2.6.0",
"gulp-cssimport": "^2.1.1-b",
"gulp-imagemin": "^2.4.0",
"gulp-jade": "^1.1.0",
"gulp-minify-css": "^1.2.1",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.1.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.4.2",
"gulp-uncss": "^1.0.4",
"vinyl-ftp": "^0.4.5"
}
}