-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 711 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 711 Bytes
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
{
"name": "flexidble",
"version": "1.0.92",
"description": "A server-less in-memory document store with expressive syntax",
"main": "release/db.js",
"directories": {
"doc": "doc",
"example": "examples",
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kristopolous/db.js.git"
},
"keywords": [
"database",
"document-store"
],
"author": "Chris McKenzie <kristopolous@yahoo.com> (http://9ol.es)",
"license": "MIT",
"bugs": {
"url": "https://github.com/kristopolous/db.js/issues"
},
"homepage": "https://github.com/kristopolous/db.js#readme"
}