This repository has been archived on 2021-11-25. You can view files and clone it, but cannot push or open issues/pull-requests.
FileStore/package.json

23 lines
423 B
JSON

{
"name": "filestore",
"version": "0.0.1",
"description": "File Store & Management",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "http://kiritow.com:3000/Kiritow/FileStore"
},
"keywords": [
"Node",
"File"
],
"author": "Kiritow",
"license": "MIT",
"dependencies": {
"sqlite3": "^4.0.6"
}
}