UNPKG

906 BJSONView Raw
1{
2 "name": "lowdb",
3 "version": "0.4.2",
4 "description": "Flat JSON file database",
5 "keywords": [
6 "flat",
7 "file",
8 "database",
9 "JSON",
10 "JSONDatabase",
11 "lo-dash",
12 "lodash",
13 "underscore",
14 "underscore-db",
15 "embed",
16 "embeddable"
17 ],
18 "main": "src/index.js",
19 "scripts": {
20 "test": "mocha",
21 "precommit": "npm test"
22 },
23 "repository": {
24 "type": "git",
25 "url": "git://github.com/typicode/lowdb.git"
26 },
27 "author": "Typicode <typicode@gmail.com>",
28 "license": "MIT",
29 "bugs": {
30 "url": "https://github.com/typicode/lowdb/issues"
31 },
32 "homepage": "https://github.com/typicode/lowdb",
33 "dependencies": {
34 "graceful-fs": "^3.0.2",
35 "lodash": "~2.4.1",
36 "mv": "^2.0.3",
37 "temp-write": "^1.0.0"
38 },
39 "devDependencies": {
40 "husky": "^0.6.1",
41 "mocha": "^1.21.4",
42 "rimraf": "^2.2.8",
43 "underscore-db": "^0.8.0"
44 }
45}