rapidjson/package.json

25 lines
561 B
JSON
Raw Normal View History

2016-05-09 16:19:10 +01:00
{
"name": "rapidjson",
2016-05-17 13:33:43 +01:00
"version": "1.0.4",
2016-05-09 16:19:10 +01:00
"description": "![](doc/logo/rapidjson.png)",
2016-05-17 13:33:43 +01:00
"main": "include_dirs.js",
2016-05-09 16:19:10 +01:00
"directories": {
"doc": "doc",
"example": "example",
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
2016-05-09 16:33:35 +01:00
"url": "git+https://github.com/miloyip/rapidjson.git"
2016-05-09 16:19:10 +01:00
},
"author": "",
"license": "ISC",
"bugs": {
2016-05-09 16:33:35 +01:00
"url": "https://github.com/miloyip/rapidjson/issues"
2016-05-09 16:19:10 +01:00
},
2016-05-17 13:33:43 +01:00
"homepage": "https://github.com/miloyip/rapidjson#readme"
2016-05-09 16:19:10 +01:00
}