Created
January 5, 2017 07:30
-
-
Save dictav/a86ddb026618aec0b7db8b93304789df to your computer and use it in GitHub Desktop.
package.json for FlatBuffers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "dictav-flatbuffers", | |
"version": "1.5.0", | |
"description": "Memory Efficient Serialization Library", | |
"files": ["js/flatbuffers.js"], | |
"main": "js/flatbuffers.js", | |
"scripts": { | |
"test": "echo \"Error: no test specified\" && exit 1" | |
}, | |
"repository": { | |
"type": "git", | |
"url": "git+https://github.com/dictav/flatbuffers.git" | |
}, | |
"keywords": [ | |
"flatbuffers" | |
], | |
"author": "dictav <[email protected]>", | |
"license": "SEE LICENSE IN LICENSE.txt", | |
"bugs": { | |
"url": "https://github.com/dictav/flatbuffers/issues" | |
}, | |
"homepage": "https://google.github.io/flatbuffers/" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment