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.
23 lines
474 B
23 lines
474 B
{
|
|
"name": "bobinoscope",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node ./bin/www"
|
|
},
|
|
"dependencies": {
|
|
"async": "~0.9.0",
|
|
"body-parser": "~1.12.0",
|
|
"cookie-parser": "~1.3.4",
|
|
"debug": "~2.1.1",
|
|
"ejs": "~2.3.1",
|
|
"express": "~4.12.2",
|
|
"gamepad": "^1.0.2",
|
|
"gm": "~1.17.0",
|
|
"gphoto2": "~0.1.7",
|
|
"mkdirp": "~0.5.0",
|
|
"morgan": "~1.5.1",
|
|
"serve-favicon": "~2.2.0",
|
|
"socket.io": "~1.3.5"
|
|
}
|
|
}
|