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