40 lines
946 B
JSON
40 lines
946 B
JSON
{
|
|
"name": "remotedev-server",
|
|
"version": "0.1.3",
|
|
"description": "Run the RemoteDev monitor on your local server.",
|
|
"main": "bin/server.js",
|
|
"bin": {
|
|
"remotedev": "bin/remotedev.js"
|
|
},
|
|
"files": [
|
|
"bin",
|
|
"views"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/zalmoxisus/remotedev-server.git"
|
|
},
|
|
"keywords": [
|
|
"devtools",
|
|
"remotedev"
|
|
],
|
|
"author": "Mihail Diordiev <zalmoxisus@gmail.com> (https://github.com/zalmoxisus)",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/zalmoxisus/remotedev-server/issues"
|
|
},
|
|
"homepage": "https://github.com/zalmoxisus/remotedev-server",
|
|
"dependencies": {
|
|
"body-parser": "^1.15.0",
|
|
"chalk": "^1.1.3",
|
|
"cors": "^2.7.1",
|
|
"ejs": "^2.4.1",
|
|
"express": "^4.13.3",
|
|
"getport": "^0.1.0",
|
|
"minimist": "^1.2.0",
|
|
"object-assign": "^4.1.0",
|
|
"repeat-string": "^1.5.4",
|
|
"socketcluster": "^4.3.1"
|
|
}
|
|
}
|