package.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "name": "ultron",
  3. "version": "1.0.2",
  4. "description": "Ultron is high-intelligence robot. It gathers intel so it can start improving upon his rudimentary design",
  5. "main": "index.js",
  6. "scripts": {
  7. "100%": "istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100",
  8. "test": "mocha test.js",
  9. "watch": "mocha --watch test.js",
  10. "coverage": "istanbul cover ./node_modules/.bin/_mocha -- test.js",
  11. "test-travis": "istanbul cover node_modules/.bin/_mocha --report lcovonly -- test.js"
  12. },
  13. "repository": {
  14. "type": "git",
  15. "url": "https://github.com/unshiftio/ultron"
  16. },
  17. "keywords": [
  18. "Ultron",
  19. "robot",
  20. "gather",
  21. "intelligence",
  22. "event",
  23. "events",
  24. "eventemitter",
  25. "emitter",
  26. "cleanup"
  27. ],
  28. "author": "Arnout Kazemier",
  29. "license": "MIT",
  30. "devDependencies": {
  31. "assume": "1.2.x",
  32. "eventemitter3": "1.1.x",
  33. "istanbul": "0.3.x",
  34. "mocha": "2.2.x",
  35. "pre-commit": "1.0.x"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/unshiftio/ultron/issues"
  39. },
  40. "homepage": "https://github.com/unshiftio/ultron"
  41. }