diff --git a/package.json b/package.json index 3062dfb..0766cd1 100644 --- a/package.json +++ b/package.json @@ -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" }