1{ 2 "name": "flatbuffers", 3 "version": "1.6.0", 4 "description": "Memory Efficient Serialization Library", 5 "files": ["js/flatbuffers.js"], 6 "main": "js/flatbuffers.js", 7 "directories": { 8 "doc": "docs", 9 "test": "tests" 10 }, 11 "scripts": { 12 "test": "tests/JavaScriptTest.sh" 13 }, 14 "repository": { 15 "type": "git", 16 "url": "git+https://github.com/google/flatbuffers.git" 17 }, 18 "keywords": [ 19 "flatbuffers" 20 ], 21 "author": "The FlatBuffers project", 22 "license": "SEE LICENSE IN LICENSE.txt", 23 "bugs": { 24 "url": "https://github.com/google/flatbuffers/issues" 25 }, 26 "homepage": "https://google.github.io/flatbuffers/" 27} 28