package.json 534 B

1234567891011121314151617181920
  1. {
  2. "name": "brikz",
  3. "version": "0.0.5",
  4. "description": "Reconfigurable micro composition of object APIs",
  5. "main": "brikz.js",
  6. "scripts": {
  7. "build": "babel --out-dir amd brikz.js",
  8. "test": "echo \"Error: no test specified\" && exit 1"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "https://lolg.it/herby/brikz.git"
  13. },
  14. "author": "Herby Vojčík <herby@mailbox.sk>",
  15. "license": "MIT",
  16. "devDependencies": {
  17. "babel-cli": "^6.14.0",
  18. "babel-plugin-transform-es2015-modules-simple-amd": "^0.3.0"
  19. }
  20. }