forked from brewfactory/BrewCore
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
54 lines (54 loc) · 1.14 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": "MakeShife Aleworks BrewCore Brewing System.",
"main": "app.js",
"scripts": {
"start": "node app.js",
"test": "NODE_ENV=test mocha test"
},
"authors": [
"Jesse Koester"
],
"repository": {
"type": "git",
"url": "https://github.com/jessekoester/MakeShiftBrewCore"
},
"keywords": [
"Homebrew",
"Koa",
"Node.js",
"Isomorphic",
"React"
],
"license": "MIT",
"dependencies": {
"bower": "^1.6.5",
"make-shift-brew-ui": "1.5.3",
"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.0.5",
"node-jsx": "^0.13.3",
"node-schedule": "^0.1.13",
"request": "^2.58.0",
"serialize-javascript": "^1.0.0",
"socket.io": "^1.3.4",
"sparknode": "^0.4.8",
"thunkify-wrap": "^1.0.3",
"winston": "^1.0.0"
},
"devDependencies": {
"mocha": "^2.2.5",
"chai": "^3.0.0"
},
"engines": {
"iojs": "2.3.0"
}
}