-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 886 Bytes
/
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
{
"name": "protobuf-encoder-js",
"version": "0.0.3",
"description": "JS Encoder for protobuff, just give it file name and it will give you all required functions to encode and decode stuff. — Edit",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/usmantahirr/protobuf-encoder-js.git"
},
"author": "Usman Tahir <[email protected]> (usmantahirr.github.io)",
"license": "ISC",
"bugs": {
"url": "https://github.com/usmantahirr/protobuf-encoder-js/issues"
},
"homepage": "https://github.com/usmantahirr/protobuf-encoder-js#readme",
"scripts": {
"dev": "nodemon index.js",
"start": "node index.js"
},
"engines": {
"node": ">=4.2.4"
},
"author": " <>",
"dependencies": {
"debug": "^2.3.3",
"protobufjs": "dcodeio/protobuf.js"
},
"devDependencies": {
"nodemon": "^1.9.2"
}
}