12345678910111213141516171819 |
- {
- "name": "banylonjs-publisher",
- "version": "1.0.0",
- "description": "Publishing babylon's packages automatically",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "author": "Raanan Weber",
- "license": "ISC",
- "dependencies": {
- "fs-extra": "^5.0.0",
- "prompt": "^1.0.0",
- "shelljs": "^0.7.8"
- },
- "devDependencies": {
- "gulp": "^3.9.1"
- }
- }
|