-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 880 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
{
"name": "lawncipher",
"version": "2.0.0",
"description": "An embedded, encrypted, multi-purpose document store",
"main": "lawncipher.js",
"scripts": {
"test": "cd tests && ./test_all.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LockateMe/Lawncipher.git"
},
"keywords": [
"embedded",
"encrypted",
"privacy",
"database",
"document",
"store",
"nosql"
],
"author": "Ahmad Benmrad (@BatikhSouri)",
"license": "MIT",
"bugs": {
"url": "https://github.com/LockateMe/Lawncipher/issues"
},
"homepage": "https://github.com/LockateMe/Lawncipher#readme",
"devDependencies": {
"faker": "^3.1.0",
"grunt": "^0.4.5",
"grunt-jsvalidate": "^0.2.2"
},
"dependencies": {
"libsodium-wrappers": "^0.2.12",
"long": "^3.1.0",
"mkdirp": "^0.5.1",
"rmdir": "^1.2.0"
}
}