package.json 420 B

1234567891011121314151617181920
  1. {
  2. "name": "algorithms",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "tree.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1",
  8. "build": "babel Base -d lib"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "http://git.onarbooks.com/Klapi/algorithms"
  13. },
  14. "author": "",
  15. "license": "ISC",
  16. "devDependencies": {
  17. "@babel/cli": "^7.5.0",
  18. "@babel/core": "^7.5.4"
  19. }
  20. }