Merge pull request #108 from aaronraimist/master

Add LICENSE file and fix npm warnings
This commit is contained in:
Mo Bitar
2017-04-27 08:45:33 -05:00
committed by GitHub
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"
},
@@ -28,5 +32,6 @@
"karma-cli": "^1.0.1",
"karma-jasmine": "^1.1.0",
"karma-phantomjs-launcher": "^1.0.2"
}
},
"license": "GPL-3.0"
}