-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 914 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "jsondatabase.js",
"version": "0.0.7-alpha",
"description": "jsondatabase.js is a nodejs module to create a simple JSON oriented database in your projects",
"main": "./src/index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/VironLab/jsondatabase.js.git"
},
"keywords": [
"database",
"json",
"json-database",
"datasaving"
],
"author": {
"name": "VironLab",
"url": "https://vironlab.eu/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/VironLab/jsondatabase.js/issues"
},
"homepage": "https://vironlab.eu/projects/jsondatabase.js",
"dependencies": {
"events": "^3.3.0",
"fs": "^0.0.1-security",
"md5": "^2.3.0",
"path": "^0.12.7",
"uuid": "^8.3.2"
}
}