-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
54 lines (54 loc) · 1.13 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
{
"name": "BrewCore",
"version": "1.1.4",
"description": "BrewCore brewing system.",
"main": "app.js",
"scripts": {
"start": "node app.js",
"test": "NODE_ENV=test mocha test"
},
"authors": [
"Peter Marton @slashdotpeter"
],
"repository": {
"type": "git",
"url": "https://github.com/brewfactory/BrewCore"
},
"keywords": [
"Homebrew",
"Koa",
"Node.js",
"Isomorphic",
"React"
],
"license": "MIT",
"dependencies": {
"@risingstack/trace": "3.0.2",
"brew-ui": "^1.5.1",
"co-thunkify": "0.0.1",
"koa": "^0.21.0",
"koa-cors": "0.0.16",
"koa-ejs": "^2.0.1",
"koa-parse-json": "1.0.1",
"koa-router": "^5.1.2",
"koa-static": "^1.4.5",
"liquid-pid": "1.0.0",
"lodash": "^3.9.3",
"mongoose": "4.7.5",
"node-jsx": "^0.13.3",
"node-schedule": "^0.1.13",
"request": "2.79.0",
"serialize-javascript": "^1.3.0",
"socket.io": "^1.4.8",
"sparknode": "^0.4.9",
"thunkify-wrap": "^1.0.4",
"winston": "^1.0.0"
},
"devDependencies": {
"mocha": "^2.2.5",
"chai": "^3.5.0"
},
"engines": {
"nodejs": "4.5.0"
}
}