-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.11 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.11 KB
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
{
"name": "tiesdb-client",
"version": "0.1.7",
"description": "Ties.DB client",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha test/",
"lint": "eslint lib/ index.js"
},
"repository": {
"type": "git",
"url": "git://github.com/tiesnetwork/ties.db-client-nodejs"
},
"keywords": [
"tql",
"tiesdb",
"ties.db",
"database",
"decentralized"
],
"dependencies": {
"bigdecimal": "^0.6.1",
"ethereumjs-util": "^5.2.0",
"universal-ebml": "^0.2.2",
"uuid": "^3.3.2",
"uuid-parse": "^1.0.0",
"websocket": "^1.0.26"
},
"devDependencies": {
"eslint": "^4.19.1",
"gulp": "^3.6.2",
"gulp-esformatter": "^7.0.0",
"gulp-fixmyjs": "1.0.2",
"gulp-jshint": "^2.1.0",
"jison-gho": "^0.6.1-215",
"jsfmt": "^0.5.3",
"jshint-stylish": "^2.2.1",
"mocha": "~5.1.0"
},
"license": "LGPLv3",
"bugs": {
"url": "https://github.com/tiesnetwork/ties.db-client-nodejs/issues"
},
"homepage": "https://github.com/tiesnetwork/ties.db-client-nodejs",
"author": "Dmitry Kochin <k@tiesdb.com>"
}