-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.47 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
56
57
58
59
60
61
62
63
64
{
"name": "metapp",
"version": "0.0.2",
"description": "The metapp is an interface to the interfaces in the https://metalab.at",
"private": true,
"author": "Metalab <[email protected]>",
"license": "Probably will be AGPL.",
"scripts": {
"start": "./bin/build && ./bin/dev",
"stage": "./bin/server -p 1337",
"build": "./bin/build",
"prod": "./bin/build-production",
"release": "./bin/build-production && ./bin/release",
"server": "./bin/server",
"setup": "./bin/install"
},
"dependencies": {
"babel": "^4.7.16",
"babelify": "^5.0.4",
"browserify": "^9.0.3",
"express": "^4.12.3",
"fontello-cli": "^0.3.1",
"html-inline": "^1.1.1",
"hyperboot": "^2.1.1",
"is": "^3.0.1",
"jade": "^1.9.2",
"minimist": "^1.1.1",
"morgan": "^1.5.2",
"nib": "^1.1.0",
"page": "^1.6.1",
"serve-favicon": "^2.2.0",
"shttp": "^0.1.3",
"stylus": "^0.50.0",
"uglify-js": "^2.4.17",
"webfont-dl": "^0.1.2",
"winston": "^0.9.0"
},
"repository": {
"type": "git",
"url": "https://github.com/screeninvader/metapp"
},
"keywords": [
"metapp",
"metalab",
"screeninvader",
"slack",
"praise",
"bob"
],
"bugs": {
"url": "https://github.com/screeninvader/metapp/issues"
},
"contributors": [
{
"name": "jascha ehrenreich",
"email": "[email protected]",
"github": "jaeh"
},
{
"name": "sonstwer",
"github": "sonstwer"
}
]
}