-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 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
53
54
55
{
"name": "kouch",
"version": "0.0.1",
"description": "screeninvader frontend based on polymer",
"author": "Metalab <[email protected]>",
"license": "AGPL",
"main": "http://localhost:1337",
"scripts": {
"start": "./kouch.sh build && ./kouch.sh serve"
},
"repository": {
"type": "git",
"url": "https://github.com/screeninvader/kouch.git"
},
"bugs": {
"url": "https://github.com/screeninvader/kouch/issues"
},
"contributors": [
{
"name": "phaer",
"github": "phaer"
},
{
"name": "jascha ehrenreich",
"email": "[email protected]",
"github": "jaeh"
},
{
"name": "amir hassan",
"github": "kallaballa"
},
{
"name": "m68k",
"github": "sixtyeight"
},
{
"name": "norpol",
"github": "norpol"
}
],
"homepage": "https://github.com/screeninvader/kouch",
"devDependencies": {
"babel": "^4.7.13",
"babelify": "^5.0.4",
"bower": "^1.3.12",
"browserify": "^9.0.3",
"jade": "^1.9.2",
"minimist": "^1.1.1",
"nib": "^1.1.0",
"servomatic": "git://github.com/screeninvader/servomatic",
"stylus": "^0.50.0",
"vulcanize": "^0.7.9",
"webfont-dl": "^0.1.2"
}
}