mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
add node version
This commit is contained in:
parent
7d11b1fe9a
commit
d9ee7624d9
1 changed files with 6 additions and 5 deletions
11
package.json
11
package.json
|
|
@ -1,7 +1,8 @@
|
|||
{
|
||||
"name": "cloudcmd",
|
||||
"version": "0.0.1-5",
|
||||
"scripts":{"test":"sh test/test.sh","start": "server.js"},
|
||||
"engines": { "node": "0.6.x" },
|
||||
"subdomain": "cloudcmd"
|
||||
"name" : "cloudcmd",
|
||||
"version" : "0.0.1-5",
|
||||
"scripts" :{"test":"sh test/test.sh","start": "server.js"},
|
||||
"engines" : { "node": "0.6.x" },
|
||||
"node" : "0.8.1", /* nodester */
|
||||
"subdomain" : "cloudcmd"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue