Skip to content

Instantly share code, notes, and snippets.

@javaeeeee
Created December 24, 2016 12:32
Package.json file generated by the npm init -y command
{
"name": "test",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment