package.json 561 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "node-moneytight",
  3. "version": "0.0.0",
  4. "description": "dont lose your cents",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: test are lame\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://github.com/yzziizzy/node-moneytight.git"
  12. },
  13. "author": "Izzy",
  14. "license": "Affero GPL v3.0",
  15. "bugs": {
  16. "url": "https://github.com/yzziizzy/node-moneytight/issues"
  17. },
  18. "homepage": "https://github.com/yzziizzy/node-moneytight",
  19. "dependencies": {
  20. "colors": "^1.0.3",
  21. "bignum": "^0.9.0"
  22. }
  23. }