forked from aderaaij/totallystatical
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.66 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "totallystatical",
"version": "0.2.0",
"description": "A static site generator based on Gulp",
"repository": {
"type": "git",
"url": "https://github.com/aderaaij/totallystatical"
},
"keywords": [
"gulp",
"static",
"site",
"generator"
],
"author": "Arden de Raaij <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/aderaaij/totallystatical/issues"
},
"homepage": "https://github.com/aderaaij/totallystatical",
"dependencies": {},
"devDependencies": {
"babel-core": "^5.8.29",
"babel-loader": "^5.3.2",
"browser-sync": "^2.7.13",
"compression": "^1.6.0",
"del": "^2.0.2",
"express": "^4.13.3",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-bower": "0.0.11",
"gulp-cached": "^1.1.0",
"gulp-changed": "^1.2.1",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.0",
"gulp-filter": "^3.0.1",
"gulp-ftp": "^1.1.0",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^2.4.0",
"gulp-jade": "^1.1.0",
"gulp-jade-inheritance": "^0.5.2",
"gulp-jshint": "^2.0.0",
"gulp-load-plugins": "^1.2.0",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.0",
"gulp-rev": "^6.0.1",
"gulp-rev-napkin": "^0.1.0",
"gulp-rev-replace": "^0.4.2",
"gulp-sass": "^2.1.1",
"gulp-sequence": "^0.4.0",
"gulp-sftp": "^0.1.5",
"gulp-sizereport": "^1.1.3",
"gulp-sourcemaps": "^1.6.0",
"gulp-svgstore": "^5.0.5",
"gulp-uglify": "^1.0.2",
"gulp-util": "^3.0.6",
"gulp-watch": "^4.2.4",
"morgan": "^1.6.1",
"open": "0.0.5",
"require-dir": "^0.3.0",
"vinyl-ftp": "^0.4.5",
"webpack": "^1.12.2"
}
}