16 lines
282 B
JSON
16 lines
282 B
JSON
{
|
|
"name": "final",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "node server.js"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"phantom": "^4.0.5"
|
|
}
|
|
}
|