Chapter 7: initial samples

This commit is contained in:
Beth Griggs
2020-05-16 14:33:26 +01:00
parent bcf782f7dc
commit adb2130b38
140 changed files with 1777 additions and 1960 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"name": "leveldb-app",
"version": "1.0.0",
"description": "",
"main": "tasks.js",
"dependencies": {
"level": "^6.0.1",
"leveldown": "^5.6.0",
"levelup": "^4.4.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC"
}