forked from labvisio/is-msgs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 808 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": "is-msgs",
"version": "1.0.0",
"description": "is-msgs ==========",
"main": "index.js",
"directories": {
"doc": "docs"
},
"dependencies": {
"google-protobuf": "^3.5.0"
},
"devDependencies": {
"browserify": "^16.2.2",
"uglify-js": "^3.3.27"
},
"scripts": {
"generate": "mkdir -p gen_js && protoc --proto_path=. --js_out=import_style=commonjs,binary:gen_js is/msgs/*.proto",
"browserify": "node_modules/.bin/browserify gen_js/is/msgs/*.js > gen_js/is_msgs.js"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/labviros/is-msgs.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/labviros/is-msgs/issues"
},
"homepage": "https://github.com/labviros/is-msgs#readme"
}