Skip to content

Instantly share code, notes, and snippets.

@dictav
Created January 5, 2017 07:30
Show Gist options
  • Save dictav/a86ddb026618aec0b7db8b93304789df to your computer and use it in GitHub Desktop.
Save dictav/a86ddb026618aec0b7db8b93304789df to your computer and use it in GitHub Desktop.
package.json for FlatBuffers
{
"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