-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 897 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
36
37
38
39
40
41
42
{
"name": "datajson",
"version": "2.1.3",
"description": "Low-Level Data Manager in json file",
"main": "src/datajson.js",
"directories": {
"example": "example"
},
"dependencies": {
"dateformat": "^1.0.12",
"exec": "^0.2.1",
"file-exists-sync": "^1.0.1",
"merge": "^1.2.0",
"recursive-readdir": "^2.1.0"
},
"devDependencies": {},
"scripts": {
"test": "node example/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PhilippeAssis/datajson.git"
},
"keywords": [
"db",
"json",
"data",
"datajson",
"file",
"write",
"table",
"row",
"find",
"like"
],
"author": "Philippe Assis <assis@philippeassis.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/PhilippeAssis/datajson/issues"
},
"homepage": "https://github.com/PhilippeAssis/datajson#readme"
}