mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
package.json edit for nodejitsu
This commit is contained in:
parent
374e48049c
commit
be10e24937
1 changed files with 7 additions and 4 deletions
11
package.json
11
package.json
|
|
@ -1,6 +1,9 @@
|
|||
{
|
||||
"name": "cloudcmd",
|
||||
"version": "0.0.1",
|
||||
|
||||
"scripts":{"test":"ls"}
|
||||
"name": "cloudcmd",
|
||||
"version": "0.0.1",
|
||||
|
||||
"scripts":{"test":"ls","start": "server.js"},
|
||||
|
||||
"engines": { node: '0.6.x' },
|
||||
"subdomain": 'cloudcmd'
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue