mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
29 lines
No EOL
827 B
JSON
29 lines
No EOL
827 B
JSON
{
|
|
"name": "cloudcmd",
|
|
"version": "0.1.1",
|
|
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
|
|
"description": "two-panels file manager, totally writed on js",
|
|
"homepage": "http://github.com/coderaiser/cloudcmd",
|
|
"repository": {
|
|
"type" : "git",
|
|
"url" : "http://github.com/coderaiser/cloudcmd.git"
|
|
},
|
|
"scripts": {
|
|
"test": "sh test/test.sh",
|
|
"start": "server.js"
|
|
},
|
|
"node": "0.6.17",
|
|
"subdomain": "cloudcmd",
|
|
"dependencies": {},
|
|
"devDependencies": {},
|
|
"engines": {
|
|
"node": "*"
|
|
},
|
|
"description": "Two-panels file manager, totally writed on js.",
|
|
"homepage": "https://github.com/coderaiser/cloudcmd",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/coderaiser/cloudcmd.git"
|
|
},
|
|
"main": "server.js"
|
|
} |