2017-02-10 22:19:11 +00:00
|
|
|
{
|
|
|
|
"name": "flatbuffers",
|
2017-02-15 22:36:51 +00:00
|
|
|
"version": "1.6.0",
|
2017-02-10 22:19:11 +00:00
|
|
|
"description": "Memory Efficient Serialization Library",
|
|
|
|
"files": ["js/flatbuffers.js"],
|
|
|
|
"main": "js/flatbuffers.js",
|
|
|
|
"directories": {
|
|
|
|
"doc": "docs",
|
|
|
|
"test": "tests"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "tests/JavaScriptTest.sh"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/google/flatbuffers.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"flatbuffers"
|
|
|
|
],
|
|
|
|
"author": "The FlatBuffers project",
|
|
|
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/google/flatbuffers/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://google.github.io/flatbuffers/"
|
|
|
|
}
|