Set version, license, and author in package.json

This commit is contained in:
Adam Goldsmith 2017-10-02 11:30:36 -04:00
parent c21d1866be
commit 837307ad4e

View File

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