merged private server and console to private-cloud
This commit is contained in:
38
console/package.json
Normal file
38
console/package.json
Normal file
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"name": "irext",
|
||||
"version": "0.0.1",
|
||||
"description": "console of irext",
|
||||
"scripts": {
|
||||
"dev": "supervisor -w . -i ./web irext_console.js",
|
||||
"server": "bash bin/script_run.sh",
|
||||
"log": "bash bin/script_init.sh"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/irext/irext-cli"
|
||||
},
|
||||
"keywords": [
|
||||
"IRDA"
|
||||
],
|
||||
"author": "strawmanbobi",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"async": "^2.1.4",
|
||||
"body-parser": "^1.15.2",
|
||||
"express": "^4.14.0",
|
||||
"form-data": "^2.1.2",
|
||||
"formidable": "^1.0.17",
|
||||
"log4js": "^3.0.6",
|
||||
"method-override": "^2.3.7",
|
||||
"mysql": "^2.12.0",
|
||||
"orm": "^5.0.2",
|
||||
"platform": "^1.3.3",
|
||||
"python-shell": "^0.4.0",
|
||||
"redis": "^2.8.0",
|
||||
"request": "^2.79.0",
|
||||
"ua-parser-js": "^0.7.12"
|
||||
},
|
||||
"devDependencies": {
|
||||
"supervisor": "^0.12.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user