package.json 561 B

123456789101112131415161718192021222324
  1. {
  2. "name": "rapidjson",
  3. "version": "1.0.4",
  4. "description": "![](doc/logo/rapidjson.png)",
  5. "main": "include_dirs.js",
  6. "directories": {
  7. "doc": "doc",
  8. "example": "example",
  9. "test": "test"
  10. },
  11. "scripts": {
  12. "test": "echo \"Error: no test specified\" && exit 1"
  13. },
  14. "repository": {
  15. "type": "git",
  16. "url": "git+https://github.com/miloyip/rapidjson.git"
  17. },
  18. "author": "",
  19. "license": "ISC",
  20. "bugs": {
  21. "url": "https://github.com/miloyip/rapidjson/issues"
  22. },
  23. "homepage": "https://github.com/miloyip/rapidjson#readme"
  24. }