Add LICENSE file and fix npm warnings

This commit is contained in:
Aaron Raimist
2017-04-26 23:58:34 -05:00
parent 674e7c8538
commit 64824d428e
2 changed files with 680 additions and 1 deletions

View File

@@ -1,6 +1,10 @@
{
"name": "neeto",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "https://github.com/standardnotes/web"
},
"scripts": {
"test": "karma start karma.conf.js --single-run"
},
@@ -27,5 +31,6 @@
"karma-cli": "^1.0.1",
"karma-jasmine": "^1.1.0",
"karma-phantomjs-launcher": "^1.0.2"
}
},
"license": "GPL-3.0"
}