-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.67 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.67 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "slackomatic-frontend",
"version": "0.0.2",
"description": "The slackomatic is a homepage that helps controlling the hardware of the screeninvader in the https://metalab.at",
"private": true,
"author": "Metalab <metalab@lists.metalab.at>",
"license": "Probably will be AGPL.",
"scripts": {
"prod": "./cli.sh build && ./cli.sh run 80",
"start": "./cli.sh build && ./cli.sh run 1337",
"setup": "./cli.sh install",
"clean": "./cli.sh clean",
"upload": "./cli.sh upload"
},
"dependencies": {
"localforage": "^1.2.2",
"magic-client-store": "git://github.com/express-magic/magic-client-store",
"magic-loops": "git://github.com/express-magic/magic-loops",
"magic-types": "git://github.com/express-magic/magic-types",
"page": "^1.6.1"
},
"repository": {
"type": "git",
"url": "https://github.com/screeninvader/slackomatic-frontend"
},
"keywords": [
"slackomatic",
"metalab",
"screeninvader",
"slack",
"praise bob"
],
"bugs": {
"url": "https://github.com/screeninvader/slackomatic-frontend/issues"
},
"devDependencies": {
"babel": "^4.7.12",
"babelify": "^5.0.4",
"browserify": "^9.0.3",
"html-inline": "^1.1.1",
"jade": "^1.9.2",
"nib": "^1.1.0",
"nodemon": "^1.3.7",
"stylus": "^0.50.0",
"uglify": "^0.1.3",
"webfont-dl": "^0.1.2"
},
"contributors": [
{
"name": "jascha ehrenreich",
"email": "jascha@jaeh.at",
"github": "jaeh"
},
{
"name": "norpol",
"github": "norpol"
},
{
"name": "m68k",
"github": "sixtyeight"
},
{
"name": "Amir Hassan",
"github": "kallaballa"
}
]
}