package.json 541 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "utila",
  3. "version": "0.4.0",
  4. "description": "notareplacementforunderscore",
  5. "main": "lib/utila.js",
  6. "devDependencies": {
  7. "coffee-script": "~1.6.3",
  8. "little-popo": "~0.1"
  9. },
  10. "scripts": {
  11. "prepublish": "coffee --bare --compile --output ./lib ./src"
  12. },
  13. "repository": {
  14. "type": "git",
  15. "url": "https://github.com/AriaMinaei/utila.git"
  16. },
  17. "keywords": [
  18. "utilities"
  19. ],
  20. "author": "Aria Minaei",
  21. "license": "MIT",
  22. "bugs": {
  23. "url": "https://github.com/AriaMinaei/utila/issues"
  24. }
  25. }