package.json 413 B

1234567891011121314151617181920
  1. {
  2. "name": "bench",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "keywords": [],
  10. "author": "",
  11. "license": "ISC",
  12. "dependencies": {
  13. "benchmark": "^2.1.0",
  14. "clone": "^1.0.2",
  15. "circular-json-es6": "^2.0.0",
  16. "deepcopy": "^0.6.3",
  17. "jsan": "^3.1.2",
  18. "json-stringify-safe": "^5.0.1"
  19. }
  20. }