Package.json update for nodejitsu

This commit is contained in:
Ben Ramey
2014-03-22 18:24:59 -05:00
parent d1de555169
commit d8dcbea6d3

View File

@@ -1,7 +1,7 @@
{ {
"name": "lunch", "name": "lunch",
"private": true, "private": true,
"version": "0.0.0", "version": "0.0.0-1",
"description": "a Sails application", "description": "a Sails application",
"dependencies": { "dependencies": {
"sails": "0.9.9", "sails": "0.9.9",
@@ -46,5 +46,9 @@
"karma-phantomjs-launcher": "~0.1.2", "karma-phantomjs-launcher": "~0.1.2",
"karma": "~0.10.9", "karma": "~0.10.9",
"grunt-karma": "~0.6.2" "grunt-karma": "~0.6.2"
},
"subdomain": "benjaminramey-lunch",
"engines": {
"node": "0.10.x"
} }
} }