16 lines
307 B
JSON
16 lines
307 B
JSON
{
|
|
"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.12"
|
|
}
|
|
}
|