This repository has been archived by the owner on Oct 18, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
92 lines (92 loc) · 2.53 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "gulp-starter",
"version": "2.0.0",
"description": "A full featured configurable gulp asset pipeline and static site builder",
"engines": {
"node": "0.12.2",
"npm": "2.7.4"
},
"homepage": "http://code.viget.com/gulp-starter/",
"repository": {
"type": "git",
"url": "git://github.com/vigetlabs/gulp-starter.git"
},
"scripts": {
"deploy": "gulp deploy",
"production": "gulp build:production && gulp server",
"gulp": "gulp",
"development": "gulp",
"test": "gulp build:production && karma start --single-run"
},
"dependencies": {
"bourbon": "^4.2.4",
"breakpoint-sass": "^2.6.1",
"crossroads": "^0.12.2",
"fastclick": "^1.0.6",
"gsap": "^1.18.0",
"imagesloaded": "^3.1.8",
"js-cookie": "^2.0.4",
"normalize-css": "^2.3.1",
"object-fit": "^0.4.3",
"signals": "^1.0.0",
"susy": "^2.2.6",
"underscore": "^1.8.3",
"verge": "^1.9.1"
},
"devDependencies": {
"babel-core": "^5.8.3",
"babel-loader": "^5.3.2",
"bower-webpack-plugin": "^0.1.8",
"browser-sync": "^2.8.0",
"compression": "^1.5.1",
"css-loader": "^0.18.0",
"del": "^2.0.2",
"express": "^4.13.1",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-changed": "^1.2.1",
"gulp-csso": "^1.0.0",
"gulp-filesize": "0.0.6",
"gulp-filter": "^2.0.2",
"gulp-gh-pages": "^0.5.2",
"gulp-htmlmin": "~1.1.3",
"gulp-iconfont": "^3.0.3",
"gulp-if": "~1.2.5",
"gulp-imagemin": "^2.3.0",
"gulp-minify-css": "^1.2.0",
"gulp-notify": "^2.2.0",
"gulp-nunjucks-render": "^0.2.1",
"gulp-rename": "^1.2.2",
"gulp-rev": "^5.1.0",
"gulp-rev-napkin": "^0.1.0",
"gulp-rev-replace": "^0.4.2",
"gulp-sass": "^2.0.4",
"gulp-sequence": "^0.4.0",
"gulp-sizereport": "^1.1.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-svgmin": "^1.2.0",
"gulp-svgstore": "^5.0.3",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.6",
"gulp-watch": "^4.3.3",
"gulp.spritesmith": "^4.1.0",
"karma": "0.13.2",
"karma-chrome-launcher": "^0.2.0",
"karma-cli": "0.1.0",
"karma-firefox-launcher": "^0.1.6",
"karma-mocha": "^0.2.0",
"karma-nyan-reporter": "0.2.1",
"karma-sinon-chai": "^1.0.0",
"karma-webpack": "1.7.0",
"lodash": "^3.10.0",
"merge-stream": "^1.0.0",
"mocha": "^2.2.5",
"morgan": "^1.6.1",
"object-assign": "^3.0.0",
"open": "0.0.5",
"pretty-hrtime": "~1.0.0",
"require-dir": "^0.3.0",
"vinyl-source-stream": "~1.1.0",
"webpack": "^1.10.1"
}
}