crashboom
Version:
Takes the directory output from Adobe Animate and packes extenal image and js files to be used in a closed envirnment.
44 lines (43 loc) • 1.1 kB
JSON
{
"name": "crashboom",
"version": "1.0.5",
"description": "Takes the directory output from Adobe Animate and packes extenal image and js files to be used in a closed envirnment.",
"main": "fetchResource.js",
"preferGlobal": true,
"bin": "./fetchResource.js",
"publishConfig": {
"accsess": "public"
},
"dependencies": {
"async": "^2.6.2",
"htmlparser2": "^3.10.1",
"optimist": "^0.6.1",
"promise": "^8.0.2",
"redline": "^1.0.1",
"replace": "^1.0.1",
"request": "^2.18.0",
"request-promise-native": "^1.0.7",
"sync-request": "^6.1.0"
},
"keywords": [
"cli",
"CLI",
"ADA Fommater",
"Adobe Animate",
"Pack HTML"
],
"devDependencies": {},
"scripts": {
"test": "echo\"Error: no test specified\"&& exist 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/JonathanKoerber/CrashBoom.git"
},
"author": "Jonathan Koerber",
"license": "ISC",
"bugs": {
"url": "https://github.com/JMK81/CrashBoom/issues"
},
"homepage": "https://github.com/JonathanKoerber/CrashBoom#readme"
}