summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Van Doorn <vandoorn.nick@gmail.com>2019-01-19 20:15:53 -0800
committerNick Van Doorn <vandoorn.nick@gmail.com>2019-01-19 20:15:53 -0800
commit802ac4555711d6d05e2560ce8d0fddc26a41dee7 (patch)
tree9e69286d696cab967edc20c69ccb5ebb65447cc5
parentf76dd400cca48fe80b56a2d4272a6ead70e7298d (diff)
Fixup package file
-rw-r--r--package.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json
index c03bcff..f8bd7b6 100644
--- a/package.json
+++ b/package.json
@@ -1,15 +1,15 @@
{
"name": "naive",
"version": "1.0.0",
- "description": "",
+ "description": "A naive NoSQL database",
"main": "index.js",
"scripts": {
"build": "tsc && typedoc --out docs src",
"test": "jest"
},
- "author": "",
- "license": "ISC",
- "dependencies": {
+ "author": "Nicholas Van Doorn",
+ "license": "MIT",
+ "devDependencies": {
"@types/jest": "^23.3.13",
"@types/node": "^10.12.18",
"jest": "^23.6.0",