mame/3rdparty/rapidjson/package.json
Miodrag Milanović f6630310eb
Update rapidjson to 012be8528783cdbf4b7a9e64f78bd8f056b97e24 (#10842)
Co-authored-by: Milo Yip <miloyip@gmail.com>
2023-01-20 15:44:28 -05:00

24 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"
}