Browse Source

create npm project

main
Benjamin Atkin 5 years ago
commit
45d617ff10
  1. 12
      package.json

12
package.json

@ -0,0 +1,12 @@
{
"name": "notes",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC"
}
Loading…
Cancel
Save