package.json 542 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "de-indent",
  3. "version": "1.0.2",
  4. "description": "remove extra indent from a block of code",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "mocha"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://github.com/yyx990803/de-indent.git"
  12. },
  13. "keywords": [
  14. "deindent"
  15. ],
  16. "author": "Evan You",
  17. "license": "MIT",
  18. "bugs": {
  19. "url": "https://github.com/yyx990803/de-indent/issues"
  20. },
  21. "homepage": "https://github.com/yyx990803/de-indent#readme",
  22. "devDependencies": {
  23. "mocha": "^2.3.4"
  24. }
  25. }