package.json 385 B

12345678910111213141516171819
  1. {
  2. "name": "string-convert",
  3. "version": "0.2.1",
  4. "description": "String convertions",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "./node_modules/.bin/mocha test"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://github.com/akiran/string-convert"
  12. },
  13. "author": "",
  14. "license": "MIT",
  15. "devDependencies": {
  16. "mocha": "^2.0.1",
  17. "should": "^4.3.0"
  18. }
  19. }