65 lines
1.5 KiB
JSON
65 lines
1.5 KiB
JSON
{
|
|
"name": "remotedev-server",
|
|
"version": "0.2.1",
|
|
"description": "Run the RemoteDev monitor on your local server.",
|
|
"main": "index.js",
|
|
"bin": {
|
|
"remotedev": "bin/remotedev.js"
|
|
},
|
|
"files": [
|
|
"bin",
|
|
"lib",
|
|
"views",
|
|
"index.js",
|
|
"defaultDbOptions.json"
|
|
],
|
|
"scripts": {
|
|
"test": "NODE_ENV=test mocha --recursive",
|
|
"test:watch": "NODE_ENV=test mocha --recursive --watch",
|
|
"prepublish": "npm run test"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/zalmoxisus/remotedev-server.git"
|
|
},
|
|
"keywords": [
|
|
"devtools",
|
|
"remotedev"
|
|
],
|
|
"engines": {
|
|
"node": ">=4.0.0"
|
|
},
|
|
"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",
|
|
"graphql": "^0.9.3",
|
|
"graphql-server-express": "^0.7.1",
|
|
"graphql-tools": "^0.11.0",
|
|
"js-data": "^2.9.0",
|
|
"knex": "0.11.10",
|
|
"lodash": "^4.15.0",
|
|
"minimist": "^1.2.0",
|
|
"morgan": "^1.7.0",
|
|
"semver": "^5.3.0",
|
|
"socketcluster": "^5.0.4",
|
|
"sqlite3": "^3.1.8",
|
|
"uuid": "^3.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"expect": "^1.20.2",
|
|
"mocha": "^3.2.0",
|
|
"socketcluster-client": "^5.1.1",
|
|
"supertest": "^3.0.0"
|
|
}
|
|
}
|