grunt-asdoc
Version:
A Grunt task plugin to generate documentation for Adobe Flex/ActionScript/MXML/FLV/etc. apps with the `asdoc` tool from the Apache/Adobe Flex SDK.
63 lines (62 loc) • 1.41 kB
JSON
{
"name": "grunt-asdoc",
"description": "A Grunt task plugin to generate documentation for Adobe Flex/ActionScript/MXML/FLV/etc. apps with the `asdoc` tool from the Apache/Adobe Flex SDK.",
"version": "0.1.2",
"homepage": "https://github.com/JamesMGreene/grunt-asdoc",
"author": {
"name": "James M. Greene",
"email": "james.m.greene@gmail.com",
"url": "http://greene.io/"
},
"repository": {
"type": "git",
"url": "git://github.com/JamesMGreene/grunt-asdoc.git"
},
"bugs": {
"url": "https://github.com/JamesMGreene/grunt-asdoc/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/JamesMGreene/grunt-asdoc/blob/master/LICENSE-MIT"
}
],
"main": "Gruntfile.js",
"engines": {
"node": ">= 0.8.0",
"npm": ">= 1.2.10"
},
"scripts": {
"test": "grunt travis --verbose"
},
"peerDependencies": {
"flex-sdk": ">= 3.0.0-0"
},
"dependencies": {
"async": "~0.2.10"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-nodeunit": "~0.3.0",
"grunt-contrib-clean": "~0.5.0",
"flex-sdk": ">= 3.0.0-0"
},
"keywords": [
"gruntplugin",
"apache",
"adobe",
"flex sdk",
"open source",
"compiler",
"flex",
"mxml",
"actionscript",
"flv",
"flash",
"air",
"asdoc",
"documentation",
"docs"
]
}