-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.21 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
{
"name": "servomatic",
"version": "0.0.1",
"description": "server for slackers",
"author": "Metalab <[email protected]>",
"license": "AGPL",
"scripts": {
"start": "bin/build && ./cli.js --dir dist/static",
"prepub": "bin/build",
"setup": "bin/install"
},
"bin": {
"servomatic": "cli.js"
},
"dependencies": {
"express": "^4.12.3",
"html-inline": "^1.1.1",
"jade": "^1.9.2",
"magic-favicon": "git://github.com/express-magic/magic-favicon",
"magic-loops": "git://github.com/express-magic/magic-loops",
"magic-merge": "git://github.com/express-magic/magic-merge",
"magic-types": "git://github.com/express-magic/magic-types",
"minimist": "^1.1.1",
"mkdirp": "^0.5.0",
"morgan": "^1.0.1"
},
"repository": {
"type": "git",
"url": "https://github.com/screeninvader/servomatic"
},
"keywords": [
"slackomatic",
"metalab",
"screeninvader",
"slack",
"praise",
"bob"
],
"bugs": {
"url": "https://github.com/screeninvader/servomatic"
},
"devDependencies": {
"babel": "^4.7.12"
},
"contributors": [
{
"name": "jascha ehrenreich",
"email": "[email protected]",
"github": "jaeh"
}
]
}