forked from HabitRPG/habitica
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1002 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
{
"name": "habitrpg",
"description": "A habit tracker app which treats your goals like a Role Playing Game.",
"version": "0.0.0-150",
"main": "./server.js",
"dependencies": {
"derby": "git://github.com/codeparty/derby#master",
"racer": "git://github.com/lefnire/racer#habitrpg",
"racer-db-mongo": "git://github.com/lefnire/racer-db-mongo#habitrpg",
"derby-ui-boot": "git://github.com/codeparty/derby-ui-boot#master",
"derby-auth": "git://github.com/lefnire/derby-auth#master",
"connect-mongo": "*",
"passport-facebook": "*",
"express": "*",
"gzippo": "*",
"guid": "*",
"moment": "*",
"stripe": "*",
"async": "*",
"lodash": "*",
"coffee-script": "*",
"underscore": "*",
"mongoskin": "*",
"nconf": "*"
},
"private": true,
"subdomain": "habitrpg",
"domains": [
"habitrpg.com",
"www.habitrpg.com"
],
"engines": {
"node": "0.8.x",
"npm": "1.1.x"
},
"scripts": {
"start": "server.js"
}
}