fbf6c01db7042e9e3bc1cc0aba41daabf76fe95f5fdd83f3b222cd0ceb860e2b997f262b3aeb47800453e58d5f877cedc5711af58af5136f3dc45318e6592b 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "name": "numbro",
  3. "version": "1.11.0",
  4. "description": "Format and manipulate numbers.",
  5. "homepage": "http://numbrojs.com",
  6. "author": {
  7. "name": "Företagsplatsen AB",
  8. "email": "contact@foretagsplatsen.se",
  9. "url": "http://www.foretagsplatsen.se"
  10. },
  11. "keywords": [
  12. "numeral",
  13. "numbro",
  14. "number",
  15. "format",
  16. "time",
  17. "money",
  18. "percentage"
  19. ],
  20. "main": "./numbro.js",
  21. "typings": "./numbro.d.ts",
  22. "engines": {
  23. "node": "*"
  24. },
  25. "repository": {
  26. "type": "git",
  27. "url": "https://github.com/foretagsplatsen/numbro"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/foretagsplatsen/numbro/issues"
  31. },
  32. "license" : "MIT",
  33. "devDependencies": {
  34. "grunt": "^1.0.1",
  35. "grunt-bump": "^0.8.0",
  36. "grunt-confirm": "^1.0.5",
  37. "grunt-contrib-concat": "^1.0.1",
  38. "grunt-contrib-copy": "^1.0.0",
  39. "grunt-contrib-jshint": "^1.0.0",
  40. "grunt-contrib-nodeunit": "^1.0.0",
  41. "grunt-contrib-uglify": "^1.0.1",
  42. "grunt-jscs": "^2.8.0",
  43. "grunt-release": "^0.13.1",
  44. "uglify-js": "^2.6.2"
  45. },
  46. "scripts": {
  47. "test": "grunt test"
  48. },
  49. "files": [
  50. "LICENSE",
  51. "LICENSE-Numeraljs",
  52. "CHANGELOG",
  53. "CHANGELOG-Numeraljs.md",
  54. "numbro.js",
  55. "numbro.d.ts",
  56. "languages",
  57. "dist"
  58. ]
  59. }