mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 19:56:23 +00:00
nodejitsu: Adding package.json modifications
This commit is contained in:
parent
788646aac9
commit
d7a8204ea7
1 changed files with 9 additions and 2 deletions
11
package.json
11
package.json
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "habitrpg",
|
||||
"description": "",
|
||||
"version": "0.0.0",
|
||||
"version": "0.0.0-1",
|
||||
"main": "./server.js",
|
||||
"dependencies": {
|
||||
"derby": "git://github.com/codeparty/derby.git#master",
|
||||
|
|
@ -14,5 +14,12 @@
|
|||
"private": true,
|
||||
"devDependencies": {
|
||||
"coffee-script": ">=1.3.1"
|
||||
},
|
||||
"subdomain": "habitrpg",
|
||||
"scripts": {
|
||||
"start": "server.js"
|
||||
},
|
||||
"engines": {
|
||||
"node": "0.6.x"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue