Initial add
.gitignore
0 → 100644
CHANGELOG.md
0 → 100644
LICENSE
0 → 100644
This diff is collapsed.
README.md
0 → 100644
package.json
0 → 100644
{ | ||
"name": "@small-tech/whatdb", | ||
"version": "1.0.0", | ||
"description": "A transparent, in-memory, write-on-update JavaScript database for Small Web applications that persists to JSON files.", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://source.small-tech.org/site.js/lib/whatdb" | ||
}, | ||
"keywords": [ | ||
"javascript", | ||
"database", | ||
"transparent", | ||
"small", | ||
"web", | ||
"json", | ||
"in-memory", | ||
"in-process", | ||
"proxy", | ||
"metaprogramming" | ||
], | ||
"author": "Aral Balkan", | ||
"license": "AGPL-3.0-or-later" | ||
} |
Please register or sign in to comment