17 lines
400 B
JSON
17 lines
400 B
JSON
{
|
|
"name": "browser",
|
|
"version": "0.1.0",
|
|
"description": "",
|
|
"main": "./server/server.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "The Code Bureau <info@thecodebureau.com> (https://thecodebureau.com)",
|
|
"dependencies": {
|
|
"epiphany": "^0.5.3",
|
|
"fair-dice": "^0.1.0",
|
|
"jquery-jsonify": "^0.1.2",
|
|
"ua-parser-js": "^0.7.9"
|
|
}
|
|
}
|