habitica/package.json

49 lines
1.2 KiB
JSON
Raw Normal View History

2012-04-27 02:03:01 +00:00
{
2012-07-10 19:29:24 +00:00
"name": "habitrpg",
"description": "A habit tracker app which treats your goals like a Role Playing Game.",
"version": "0.0.0-151",
2012-12-29 21:21:19 +00:00
"main": "./server.js",
2012-04-27 02:03:01 +00:00
"dependencies": {
"habitrpg-shared": "git://github.com/HabitRPG/habitrpg-shared#rewrite",
"derby-auth": "git://github.com/lefnire/derby-auth#master",
2013-02-15 02:43:41 +00:00
"connect-mongo": "*",
"passport-facebook": "*",
2012-11-08 05:19:15 +00:00
"express": "*",
"gzippo": "*",
"guid": "*",
"moment": "*",
2012-09-24 20:19:27 +00:00
"stripe": "*",
2013-08-25 01:06:37 +00:00
"coffee-script": "*",
"nconf": "*",
2013-02-18 21:09:41 +00:00
"icalendar": "git://github.com/lefnire/node-icalendar#master",
2013-02-23 03:27:46 +00:00
"superagent": "~0.12.4",
"resolve": "~0.2.3",
2013-03-23 20:03:12 +00:00
"expect.js": "~0.2.0",
"relative-date": "~1.1.1",
2013-08-04 20:24:30 +00:00
"lodash": "~1.3.1",
"async": "~0.2.9",
2013-08-24 22:57:08 +00:00
"optimist": "~0.5.2",
2013-08-25 01:06:37 +00:00
"mongoose": "~3.6.18",
"stylus": "~0.37.0",
"connect-assets": "~2.5.2",
"bower": "~1.2.4",
2013-08-26 03:04:51 +00:00
"nib": "~1.0.1",
"jade": "~0.35.0"
2012-04-27 02:03:01 +00:00
},
"private": true,
"subdomain": "habitrpg",
"domains": [
"habitrpg.com",
"www.habitrpg.com"
],
"engines": {
2013-08-26 23:09:14 +00:00
"node": "0.10.x",
"npm": "1.2.x"
},
"scripts": {
2013-08-25 01:06:37 +00:00
"start": "nodemon src/server.coffee",
2013-08-26 03:04:51 +00:00
"test": "mocha test/api.mocha.coffee",
"postinstall": "./node_modules/bower/bin/bower install"
}
2012-11-08 05:19:15 +00:00
}