UNPKG

943 BJSONView Raw
1{
2 "name": "node-json-db",
3 "version": "0.7.2",
4 "description": "Database using JSON file as storage for Node.JS",
5 "main": "./JsonDB.js",
6 "scripts": {
7 "test": "mocha test/test.js"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git@github.com:Belphemur/node-json-db.git"
12 },
13 "keywords": [
14 "database",
15 "json",
16 "db"
17 ],
18 "author": "Antoine Aflalo <antoineaf+npm@admincmd.com>",
19 "license": "MIT",
20 "bugs": {
21 "url": "https://github.com/Belphemur/node-json-db/issues"
22 },
23 "homepage": "https://github.com/Belphemur/node-json-db",
24 "dependencies": {
25 "mkdirp": "0.5.x"
26 },
27 "devDependencies": {
28 "mocha": "2.4.x",
29 "expect.js": "0.3.x",
30 "grunt": "0.4.x",
31 "grunt-cli": "0.1.x",
32 "grunt-contrib-jshint" : "0.11.x",
33 "grunt-simple-mocha" : "0.4.x"
34 }
35}