You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

32 lines
678 B

{
"name": "bobinoscope-v2",
"version": "1.0.0",
"description": "Code for bobinoscope",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "P.BARRY",
"license": "ISC",
"dependencies": {
"async": "^2.6.1",
"body-parser": "^1.18.3",
"colors": "^1.3.1",
"cookie-parser": "^1.4.3",
"ejs": "^2.6.1",
"express": "^4.16.3",
"fs-extra": "^7.0.0",
"gamepad": "^1.6.0",
"gm": "^1.23.1",
"mkdirp": "^0.5.1",
"morgan": "^1.9.0",
"opn": "^5.3.0",
"socket.io": "^2.1.1",
"split-lines": "^2.0.0"
},
"nodemonConfig": {
"ignore": [
"webapp/*"
]
}
}