extendscript-logger
Version:
Logging for Adobe ExtendScript capable applications.
35 lines (34 loc) • 821 B
JSON
{
"name": "extendscript-logger",
"version": "0.3.2",
"description": "Logging for Adobe ExtendScript capable applications.",
"main": "index.jsx",
"scripts": {
"test": "test/run"
},
"repository": {
"type": "git",
"url": "https://github.com/theasci/extendscript-logger.git"
},
"keywords": [
"adobe",
"extendscript",
"logger",
"logging"
],
"dependencies": {
"extendscript-es5-shim": "^0.2.0",
"extendscript-json": "^0.1.1",
"moment": "^2.24.0"
},
"devDependencies": {
"extendscript-repl": "0.0.3",
"jasminejsx": "^0.2.0"
},
"author": "Shawn Pyle <shawn.pyle@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/theasci/extendscript-logger/issues"
},
"homepage": "https://github.com/theasci/extendscript-logger#readme"
}