-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.07 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "filejson",
"version": "1.0.15",
"description": "Seamlessly syncs a JavaScript value to a JSON file in the background whenever that value changes.",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Bill Christo",
"license": "MIT",
"devDependencies": {
"eslint": "^3.19.0"
},
"dependencies": {},
"bugs": {
"url": "https://github.com/bchr02/filejson/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bchr02/filejson.git"
},
"homepage": "https://github.com/bchr02/filejson#readme",
"keywords": [
"file",
"disk",
"drive",
"stateful",
"storage",
"hard",
"drive",
"json",
"semi",
"structured",
"data",
"document-oriented",
"database",
"document-store",
"document",
"noSQL",
"ORM",
"RDBMS",
"ODBMS",
"Semi-structured",
"structured",
"structured-data",
"ES6",
"Proxy",
"Proxies",
"auto",
"sync",
"autosave",
"auto-save",
"automatically"
]
}