-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 847 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 847 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
{
"name": "limitd-protocol",
"version": "2.1.1",
"private": true,
"description": "The ",
"scripts": {
"build": "pbf messages/Request.proto > messages/Request.js && pbf messages/Response.proto > messages/Response.js",
"test": "mocha"
},
"author": "Jose F. Romaniello <jfromaniello@gmail.com> (http://joseoncode.com)",
"license": "MIT",
"dependencies": {
"hashlru": "jfromaniello/hashlru#return_value_on_set",
"pbf": "^3.0.5",
"typedarray-to-buffer": "^3.1.2"
},
"devDependencies": {
"benchmark": "^2.1.4",
"chai": "~2.2.0",
"mocha": "~2.2.4",
"protobufjs": "^6.6.5"
},
"homepage": "https://github.com/limitd/protocol",
"repository": {
"type": "git",
"url": "https://github.com/limitd/protocol.git"
},
"bugs": {
"url": "https://github.com/limitd/protocol/issues"
}
}