2017-09-18 12:04:55 -04:00
|
|
|
{
|
|
|
|
"name": "final",
|
2017-10-02 11:30:36 -04:00
|
|
|
"version": "0.1.0",
|
2017-09-18 12:04:55 -04:00
|
|
|
"description": "",
|
|
|
|
"main": "server.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
|
|
"start": "node server.js"
|
|
|
|
},
|
2017-10-02 11:30:36 -04:00
|
|
|
"author": "Adam Goldsmith",
|
|
|
|
"license": " CC-BY-SA-4.0",
|
2017-10-02 03:24:13 -04:00
|
|
|
"dependencies": {
|
|
|
|
"phantom": "^4.0.5"
|
|
|
|
}
|
2017-09-18 12:04:55 -04:00
|
|
|
}
|