package.json 369 B

12345678910111213141516
  1. {
  2. "name": "banylonjs-publisher",
  3. "version": "1.0.0",
  4. "description": "Publishing babylon's packages automatically",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "author": "Raanan Weber",
  10. "license": "ISC",
  11. "dependencies": {
  12. "fs-extra": "^5.0.0",
  13. "prompt": "^1.0.0",
  14. "shelljs": "^0.7.8"
  15. }
  16. }