-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathpackage.json
36 lines (36 loc) · 935 Bytes
/
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
{
"name": "wheel-of-lunch",
"version": "2.0.0",
"repository": {
"type": "git",
"url": "https://github.com/UsainBloot/wheel-of-lunch.git"
},
"devDependencies": {
"bower": "^1.4.1",
"browser-sync": "^2.8.0",
"browserify": "^11.0.0",
"express": "^4.13.4",
"googleplaces": "^0.6.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-clean": "^0.3.1",
"gulp-compass": "^2.1.0",
"gulp-concat": "^2.6.0",
"gulp-jshint": "^1.11.2",
"gulp-minify-css": "^1.2.0",
"gulp-replace": "^0.5.3",
"gulp-sass": "^2.0.4",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0",
"hogan.js": "^3.0.2",
"hoganify": "^0.2.0",
"html-browserify": "0.0.6",
"jshint-stylish": "^2.0.1",
"run-sequence": "^1.1.2",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"scripts": {
"install": "bower install && gem install compass"
}
}