-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
executable file
·60 lines (60 loc) · 1.38 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
{
"name": "rpwm-server",
"version": "1.0.1-45",
"private": true,
"dependencies": {
"async": "latest",
"connect-flash": "latest",
"ecstatic": "latest",
"ejs": "latest",
"express": "3.x",
"connect": "latest",
"connect-mongo": "latest",
"mime": "latest",
"moment": "latest",
"mongodb": "1.3.4",
"mongoose": "latest",
"passport": "latest",
"passport-local": "latest",
"socket.io": "0.9.x",
"underscore": "latest",
"underscore.string": "latest"
},
"subdomain": "rpwm-server",
"domains": [
"ayoshitake.com",
"all.ayoshitake.com",
"corridor.ayoshitake.com",
"etstutoring.ayoshitake.com",
"etstutoring2.ayoshitake.com",
"fortunecookie.ayoshitake.com",
"markslist.ayoshitake.com",
"minesweeper.ayoshitake.com",
"rps.ayoshitake.com",
"rpsls.ayoshitake.com",
"text.ayoshitake.com",
"trollsgoals.ayoshitake.com",
"wishingwell.ayoshitake.com",
"w.ayoshitake.com",
"ww.ayoshitake.com",
"www.ayoshitake.com",
"wedding.ayoshitake.com",
"wikitrips.ayoshitake.com",
"magi-cal.me",
"w.magi-cal.me",
"ww.magi-cal.me",
"www.magi-cal.me"
],
"main": "bootstrap.js",
"engines": {
"node": "4.x"
},
"devDependencies": {
"chai": "~1.4.2",
"mocha": "~1.8.1",
"supertest": "~0.5.1"
},
"scripts": {
"start": "node --harmony bootstrap.js"
}
}