-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1010 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
37
38
39
40
41
{
"name": "cake-doodle",
"version": "0.0.0",
"description": "Based on doodle.com, this application allows voting for the cake to be ordered when the build breaks",
"main": "server.js",
"scripts": {
"start": "nodemon --harmony server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"polls",
"doodle",
"koa",
"nedb",
"javascript"
],
"author": "Puneet Bhasin",
"license": "MIT",
"dependencies": {
"funkify": "^0.1.1",
"koa": "^0.8.1",
"koa-body-parser": "^1.1.0",
"koa-router": "^3.2.1",
"koa-static": "^1.4.5",
"nedb": "^0.10.6",
"thunkify": "^2.1.2"
},
"devDependencies": {
"bower": "^1.3.8",
"gulp": "^3.8.6",
"gulp-autoprefixer": "0.0.8",
"gulp-changed": "^0.4.0",
"gulp-concat": "^2.3.3",
"gulp-jshint": "^1.7.1",
"gulp-minify-css": "^0.3.6",
"gulp-minify-html": "^0.1.4",
"gulp-strip-debug": "^0.3.0",
"gulp-uglify": "^0.3.1",
"nodemon": "^1.2.1"
}
}