@createjs/docs
Version:
Documentation generator for CreateJS.
39 lines (38 loc) • 931 B
JSON
{
"name": "@createjs/docs",
"version": "2.0.0-beta.4",
"description": "Documentation generator for CreateJS.",
"keywords": [
"createjs",
"easel",
"tween",
"preload",
"sound",
"gskinner",
"documentation"
],
"homepage": "https://createjs.com/docs",
"url": "https://npmjs.com/package/@createjs/docs",
"bugs": "https://github.com/createjs/docs/issues",
"license": "MIT",
"contributors": [
"Patrick McGuckin <p.mcgooks@gmail.com> (https://github.com/tehvgg)"
],
"logo": "icon.png",
"repository": {
"type": "git",
"url": "https://github.com/createjs/docs.git"
},
"scripts": {
"gen": "gulp write-conf && jsdoc -c conf.json"
},
"dependencies": {
"@babel/core": "^7.1.2",
"@babel/preset-env": "^7.1.0",
"gulp": "^4.0.0",
"gulp-zip": "^4.0.0",
"jsdoc": "^3.5.5",
"jsdoc-export-default-interop": "^0.3.1"
},
"engine": "node >= 8.9.0"
}