summaryrefslogtreecommitdiff
path: root/package.json
blob: 070d907e11cfd260e9a598cbdd50b16235a397ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
  "name": "flatbuffers",
  "version": "1.6.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/"
}