2017-02-10 22:19:11 +00:00
|
|
|
{
|
|
|
|
"name": "flatbuffers",
|
2017-11-20 17:46:03 +00:00
|
|
|
"version": "1.8.0",
|
2017-02-10 22:19:11 +00:00
|
|
|
"description": "Memory Efficient Serialization Library",
|
2017-12-01 22:18:43 +00:00
|
|
|
"files": ["js/flatbuffers.js", "js/flatbuffers.mjs"],
|
|
|
|
"main": "js/flatbuffers",
|
|
|
|
"module": "js/flatbuffers.mjs",
|
2017-02-10 22:19:11 +00:00
|
|
|
"directories": {
|
|
|
|
"doc": "docs",
|
|
|
|
"test": "tests"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2017-12-01 22:18:43 +00:00
|
|
|
"test": "tests/JavaScriptTest.sh",
|
|
|
|
"append-esm-export": "sed \"s/this.flatbuffers = flatbuffers;/export { flatbuffers };/\" js/flatbuffers.js >> js/flatbuffers.mjs",
|
|
|
|
"prepublishOnly": "npm run append-esm-export"
|
2017-02-10 22:19:11 +00:00
|
|
|
},
|
|
|
|
"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/"
|
|
|
|
}
|