2016-05-12 08:42:02 +02:00
|
|
|
{
|
|
|
|
"name": "rapidjson",
|
2016-08-06 14:23:30 +02:00
|
|
|
"version": "1.0.4",
|
2016-05-12 08:42:02 +02:00
|
|
|
"description": "![](doc/logo/rapidjson.png)",
|
2016-08-06 14:23:30 +02:00
|
|
|
"main": "include_dirs.js",
|
2016-05-12 08:42:02 +02:00
|
|
|
"directories": {
|
|
|
|
"doc": "doc",
|
|
|
|
"example": "example",
|
|
|
|
"test": "test"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2023-01-20 21:44:28 +01:00
|
|
|
"url": "git+https://github.com/Tencent/rapidjson.git"
|
2016-05-12 08:42:02 +02:00
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"bugs": {
|
2023-01-20 21:44:28 +01:00
|
|
|
"url": "https://github.com/Tencent/rapidjson/issues"
|
2016-05-12 08:42:02 +02:00
|
|
|
},
|
2023-01-20 21:44:28 +01:00
|
|
|
"homepage": "https://github.com/Tencent/rapidjson#readme"
|
2016-05-12 08:42:02 +02:00
|
|
|
}
|