forked from wowhack/showcase
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
42 lines (42 loc) · 1.06 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
{
"name": "showcase",
"version": "0.0.1",
"description": "Showcase site for #wowhack2014",
"main": "app.js",
"repository": {
"type": "git",
"url": "https://github.com/wowhack/showcase.git"
},
"license": "MIT",
"homepage": "https://github.com/wowhack/showcase",
"private": true,
"scripts": {
"start": "echo \"Starting app ...\" && node bin/www",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"body-parser": "~1.0.0",
"cookie-parser": "~1.0.1",
"debug": "~0.7.4",
"es6-promise": "~1.0.0",
"express": "~4.2.0",
"express-handlebars": "^1.0.1",
"handlebars": "^2.0.0-alpha.4",
"morgan": "~1.0.0",
"request": "~2.40.0",
"serve-favicon": "~2.0.0",
"underscore": "~1.6.0"
},
"devDependencies": {
"dotenv": "^0.4.0",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-jshint": "^1.11.2",
"gulp-minify-css": "^0.3.7",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.4",
"gulp-uglify": "^1.3.0",
"gulp-util": "^3.0.0",
"gulp-watch": "^0.6.8"
}
}