forked from GitaiQAQ/node-sequoiadb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 797 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 797 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
32
33
34
35
36
37
38
{
"name": "sequoiadb",
"version": "1.0.1",
"description": "Node.js Driver for SequoiaDB",
"main": "index.js",
"directories": {
"doc": "doc"
},
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/SequoiaDB/node-sequoiadb.git"
},
"keywords": [
"SequoiaDB"
],
"author": "WangTao",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/SequoiaDB/node-sequoiadb/issues"
},
"homepage": "https://github.com/SequoiaDB/node-sequoiadb#readme",
"dependencies": {
"bson": "0.4.8",
"long": "2.2.5",
"debug": "^2.2.0"
},
"devDependencies": {
"mocha": "*",
"expect.js": "*",
"travis-cov": "*",
"coveralls": "*",
"mocha-lcov-reporter": "*",
"istanbul": "*"
}
}