Files
tixto_server/package.json
T
2018-08-25 00:22:57 -07:00

24 lines
450 B
JSON

{
"name": "nexto_server",
"version": "1.0.0",
"description": "",
"main": "app.js",
"dependencies": {
"express": "^4.16.3",
"mysql": "^2.16.0",
"socket.io": "^2.1.1",
"twit": "^2.2.11",
"webhoseio": "^1.0.2"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"author": "",
"license": "ISC",
"engines": {
"node": "8.4.0"
}
}