Set version, license, and author in package.json
This commit is contained in:
parent
c21d1866be
commit
837307ad4e
@ -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"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user