-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.47 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.47 KB
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
{
"name": "brewGet",
"description": "brewGet is a web application that supports the non-monetary exchange of regionally-limited or otherwise difficult to acquire beer. Built with Node.js, Koa, and AngularJS.",
"version": "0.1.1",
"private": true,
"author": {
"name": "Michael J. Bondra",
"email": "mjbondra@gmail.com",
"url": "https://twitter.com/mjbondra"
},
"scripts": {
"start": "NODE_ENV=development nodemon --harmony server",
"test": "NODE_ENV=test PORT=3001 ./node_modules/.bin/mocha --harmony --reporter spec server/test/*.js",
"install": "gulp"
},
"devDependencies": {
"bower": "^1.3.1",
"gulp": "^3.5.6",
"gulp-bower": "^0.0.3",
"gulp-browserify": "^0.5.0",
"gulp-compass": "^1.1.6",
"gulp-csso": "^0.2.6",
"gulp-if": "^0.0.5",
"gulp-plumber": "^0.5.6",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^0.2.1",
"mocha": "^1.18.0",
"should": "^3.1.3",
"supertest": "^0.9.0"
},
"dependencies": {
"bluebird": "1.2.3",
"co-body": "0.0.1",
"co-busboy": "1.0.2",
"co-fs": "1.2.0",
"gm": "1.14.2",
"gravatar": "1.0.6",
"koa": "0.5.5",
"koa-compress": "1.0.4",
"koa-logger": "1.2.0",
"koa-router": "3.1.2",
"koa-session-mongoose": "0.2.4",
"koa-sess": "0.3.1",
"koa-static": "1.4.3",
"mime": "1.2.11",
"mongoose": "3.8.3",
"sanitizer": "0.1.1",
"sockjs": "0.3.8",
"underscore": "1.6.0",
"uid2": "0.0.3",
"validator": "3.10.0"
}
}