diff options
author | grant-kun <[email protected]> | 2022-09-26 07:14:29 -0500 |
---|---|---|
committer | grant-kun <[email protected]> | 2022-09-26 07:14:29 -0500 |
commit | 86feb9e6403cfa6198ffb6895877c1c00d2a738a (patch) | |
tree | cf29210132c5ffb2be80afe04eb0fa231dac3382 /package.json | |
parent | 47e3ae49258f9ddfb91b570745fedeaef4f0fc8f (diff) |
update (not working)
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..eabde88 --- /dev/null +++ b/package.json @@ -0,0 +1,26 @@ +{ + "name": "kanna", + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/squiresgrant/kanna-site.git" + }, + "keywords": [], + "author": "", + "license": "ISC", + "bugs": { + "url": "https://github.com/squiresgrant/kanna-site/issues" + }, + "homepage": "https://github.com/squiresgrant/kanna-site#readme", + "dependencies": { + "body-parser": "^1.20.0", + "crypto": "^1.0.1", + "express": "^4.18.1", + "fs": "^0.0.1-security" + } +} |