SotM_Playfield/package.json

16 lines
306 B
JSON
Raw Normal View History

{
"name": "final",
"version": "0.1.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"author": "Adam Goldsmith",
"license": " CC-BY-SA-4.0",
"dependencies": {
"phantom": "^4.0.5"
}
}