-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 872 Bytes
/
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
{
"name": "madtalk",
"subdomain": "madtalk",
"domains": [
"madtalk.yyfearth.com",
"madtalk.wilsonstart.com"
],
"description": "MadTalk",
"keywords": [
"madtalk",
"im",
"group",
"chat",
"room",
"markdown",
"coffee",
"stylus",
"coffeekup"
],
"version": "0.9.5",
"author": "Wilson Young <yyfearth@gmail.com> (http://yyfearth.com/)",
"contributors": [
"Mason Wan <masonaxcte@gmail.com>"
],
"scripts": {
"start": "node server/app.js",
"test": "./node_modules/extra-coffee-script/bin/coffee src/dev.coffee"
},
"main": "app.js",
"license": "MIT",
"engines": {
"node": "0.8.x || 0.10.x"
},
"dependencies": {
"socket.io": "0.9.x"
},
"devDependencies": {
"express": "2.x",
"extra-coffee-script": "latest",
"uglify-js": "~2.2",
"stylus": ">=0.19.0",
"coffeekup": ">=0.3.1",
"cssmin": "latest",
"async": "latest"
}
}