forked from mafintosh/protocol-buffers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.05 KB
/
package.json
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
50
51
52
53
{
"name": "protocol-buffers",
"version": "3.1.2",
"description": "Protocol Buffers for Node.js",
"repository": {
"type": "git",
"url": "https://github.com/mafintosh/protocol-buffers"
},
"dependencies": {
"generate-function": "^2.0.0",
"generate-object-property": "^1.2.0",
"protocol-buffers-schema": "^2.0.1",
"signed-varint": "^2.0.0",
"brfs": "^1.4.0",
"varint": "^4.0.0"
},
"devDependencies": {
"tape": "^3.0.3"
},
"scripts": {
"test": "tape test/*.js",
"bench": "node bench"
},
"browserify": {
"transform": [
"brfs"
]
},
"bugs": {
"url": "https://github.com/mafintosh/protocol-buffers/issues"
},
"homepage": "https://github.com/mafintosh/protocol-buffers",
"main": "index.js",
"directories": {
"test": "test"
},
"keywords": [
"protobuf",
"protocol",
"buffers",
"protocolbuffers",
"encode",
"decode",
"google",
"serialize",
"parse",
"levelup",
"encodings",
"encoding"
],
"author": "Mathias Buus",
"license": "MIT"
}