ES-DE/package.json
Leon Styhre 6e7ab511db Squashed 'external/rapidjson/' content from commit 2e8f5d897
git-subtree-dir: external/rapidjson
git-subtree-split: 2e8f5d897d9d461a7273b4b812b0127f321b1dcf
2021-10-06 17:39:12 +02:00

25 lines
561 B
JSON

{
"name": "rapidjson",
"version": "1.0.4",
"description": "![](doc/logo/rapidjson.png)",
"main": "include_dirs.js",
"directories": {
"doc": "doc",
"example": "example",
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Tencent/rapidjson.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Tencent/rapidjson/issues"
},
"homepage": "https://github.com/Tencent/rapidjson#readme"
}