Convert DITLs to JSON

This commit is contained in:
elasota
2020-02-07 02:45:45 -05:00
parent 507019abda
commit 7c3dc7d1a3
238 changed files with 53935 additions and 39 deletions

24
rapidjson/package.json Normal file
View File

@@ -0,0 +1,24 @@
{
"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"
}