-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 905 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 905 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
39
40
{
"name": "ots.js",
"version": "0.3.1",
"description": "OTS(2015-12-31) API, PlainBuffer, pkAutoIncrement, Promise Support",
"main": "./lib/index.js",
"scripts": {
"test": "./node_modules/.bin/_mocha --timeout=5000",
"bench": "node bench"
},
"repository": {
"type": "git",
"url": "git+https://github.com/im-js/ots.js.git"
},
"engines": {
"node": ">=6.0.0"
},
"keywords": [
"im.js",
"ots"
],
"author": " <plusmancn@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/im-js/ots.js/issues"
},
"homepage": "https://github.com/im-js/ots.js#readme",
"dependencies": {
"lodash": "^4.17.4",
"long": "^3.2.0",
"protobufjs": "~6.7.3",
"request": "^2.81.0"
},
"devDependencies": {
"benchmark": "^2.1.4",
"eslint": "^3.19.0",
"microtime": "^2.1.3",
"mocha": "^3.2.0",
"should": "^11.2.1"
}
}