mirror of
https://github.com/google/flatbuffers.git
synced 2026-07-01 21:43:57 +00:00
JS: add package.json to publish the npm pacakge (#4166)
* JS: add package.json to publish the npm pacakge * JS: update package.json to set version and author
This commit is contained in:
committed by
Wouter van Oortmerssen
parent
2df3d1c965
commit
ec8038cc3d
27
package.json
Normal file
27
package.json
Normal file
@@ -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/"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user