habitica/package.json

48 lines
1.3 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": {
"derby": "git://github.com/lefnire/derby#habitrpg",
2013-02-26 21:44:26 +00:00
"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",
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": "*",
"async": "*",
2013-03-27 06:47:51 +00:00
"lodash": "1.0.x",
2013-02-27 22:06:39 +00:00
"coffee-script": "1.4.x",
"underscore": "*",
"mongoskin": "*",
"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-02-23 09:45:00 +00:00
"browserify": "1.17.3",
2013-03-23 20:03:12 +00:00
"expect.js": "~0.2.0",
2013-05-04 18:56:21 +00:00
"derby-i18n": "0.0.1",
"relative-date": "~1.1.1"
2012-04-27 02:03:01 +00:00
},
"private": true,
"subdomain": "habitrpg",
"domains": [
"habitrpg.com",
"www.habitrpg.com"
],
"engines": {
"node": "0.8.x",
"npm": "1.1.x"
},
"scripts": {
2013-02-27 21:58:57 +00:00
"start": "server.js",
"test": "mocha test/api.mocha.coffee"
}
2012-11-08 05:19:15 +00:00
}