Fixing up README and getting ready for initial publish

This commit is contained in:
Jonathan Putney
2020-01-16 13:03:45 -05:00
parent 4ec7338406
commit 3c6e460d44
5 changed files with 248 additions and 12 deletions

10
package-lock.json generated
View File

@@ -6668,6 +6668,16 @@
"which": "~1.3.0"
}
},
"grunt-mocha-test": {
"version": "0.13.3",
"resolved": "https://registry.npmjs.org/grunt-mocha-test/-/grunt-mocha-test-0.13.3.tgz",
"integrity": "sha512-zQGEsi3d+ViPPi7/4jcj78afKKAKiAA5n61pknQYi25Ugik+aNOuRmiOkmb8mN2CeG8YxT+YdT1H1Q7B/eNkoQ==",
"dev": true,
"requires": {
"hooker": "^0.2.3",
"mkdirp": "^0.5.0"
}
},
"has": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz",