-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 848 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 848 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
29
30
31
{
"name" : "lightstore-cli",
"version" : "0.2.7",
"description" : "CLI for JSON based, queryable KV store",
"keywords" : [
"lightstore",
"json", "file",
"datastore", "storage", "persistence",
"database", "db",
"key-value", "kv"
],
"author" : "Dan Stocker <dan@kwaia.com>",
"copyright" : "Copyright (c) 2013 Dan Stocker",
"license" : "MIT",
"repository" : {
"type": "git",
"url" : "https://github.com/danstocker/lightstore-cli.git"
},
"dependencies": {
"dessert" : "~0.3.2",
"troop" : "~0.7.2",
"sntls" : "~0.16.1",
"lightstore": "~0.2.5"
},
"files" : [
"js/lightstore-cli.js"
],
"bin" : {
"lightstore": "js/lightstore-cli.js"
}
}