cepy
Version:
An utility that helps debugging and packaging HTML5-based extensions for Adobe Creative Cloud applications.
54 lines (53 loc) • 1.16 kB
JSON
{
"name": "cepy",
"version": "0.2.2",
"author": {
"name": "Francesco Camarlinghi",
"email": "me@minifloppy.it",
"url": "http://www.minifloppy.it/"
},
"homepage": "https://github.com/fcamarlinghi/cepy",
"repository": {
"type": "git",
"url": "git://github.com/fcamarlinghi/cepy.git"
},
"bugs": {
"url": "https://github.com/fcamarlinghi/cepy/issues"
},
"license": "Apache-2.0",
"description": "An utility that helps debugging and packaging HTML5-based extensions for Adobe Creative Cloud applications.",
"keywords": [
"adobe",
"cep",
"creative cloud",
"cc",
"extension",
"html5",
"photoshop",
"illustrator",
"indesign",
"after effects",
"premiere",
"prelude",
"flash",
"dreamweaver",
"incopy"
],
"engines": {
"node": ">=8.9.1"
},
"main": "cepy.js",
"bin": "bin/cepy.js",
"dependencies": {
"bluebird": "^3.7.2",
"chalk": "^3.0.0",
"commander": "^2.20.3",
"cpy": "^8.0.0",
"debug": "^4.1.1",
"lodash": "^4.17.15",
"mkdirp": "^0.5.1",
"rimraf": "^3.0.0",
"uuid": "^3.3.3",
"zxp-provider": "^1.2.0"
}
}