-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 795 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 795 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
{
"name": "leviathan",
"version": "1.0.0",
"description": "Distributed storage engine",
"main": "index.coffee",
"scripts": {
"test": "mocha ./",
"start": "bin/build.sh; bin/Leviathan",
"build": "bin/build.sh",
"develop": "bin/Leviathan"
},
"author": "ran <abbshrsoufii@gmail.com>",
"license": "MIT",
"dependencies": {
"cbor": "^1.0.3",
"coffee-script": "^1.10.0",
"hive-fs": "github:abbshr/hive-fs",
"js-yaml": "^3.5.3",
"level": "^1.4.0",
"leviathan-gossip": "github:abbshr/leviathan-gossip",
"leviathan-msgpack-lite": "github:abbshr/leviathan-msgpack-lite",
"node-parted": "github:abbshr/parted",
"winston": "^2.1.1"
},
"devDependencies": {
"istanbul": "^0.4.2",
"mocha": "^2.4.5",
"should": "^8.2.2"
}
}