diff --git a/package.json b/package.json new file mode 100644 index 0000000000000000000000000000000000000000..7cf1e751189b85bccdc933cbc3a76b8cd0429d75 --- /dev/null +++ b/package.json @@ -0,0 +1,27 @@ +{ + "name": "flatbuffers", + "version": "1.5.0", + "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/" +}