package.json 698 B

1234567891011121314151617181920212223242526
  1. {
  2. "author": "Mark Cavage <mcavage@gmail.com>",
  3. "name": "assert-plus",
  4. "description": "Extra assertions on top of node's assert module",
  5. "version": "0.2.0",
  6. "license": "MIT",
  7. "main": "./assert.js",
  8. "devDependencies": {
  9. "tape": "4.2.2",
  10. "faucet": "0.0.1"
  11. },
  12. "optionalDependencies": {},
  13. "scripts": {
  14. "test": "./node_modules/.bin/tape tests/*.js | ./node_modules/.bin/faucet"
  15. },
  16. "repository": {
  17. "type": "git",
  18. "url": "https://github.com/mcavage/node-assert-plus.git"
  19. },
  20. "engines": {
  21. "node": ">=0.8"
  22. },
  23. "__npminstall_done": true,
  24. "_from": "assert-plus@0.2.0",
  25. "_resolved": "https://registry.npmmirror.com/assert-plus/-/assert-plus-0.2.0.tgz"
  26. }