instant-0chan/UTIL/package.json

17 lines
352 B
JSON

{
"name": "instant-updates",
"version": "1.0.0",
"description": "Instant Updates for Instan 0chan",
"main": "updates.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.18.3",
"express": "^4.16.3",
"socket.io": "^2.1.1"
}
}