yuidoc-ember-cli-theme
Version:
YUIDoc theme for Ember CLI
32 lines (31 loc) • 712 B
JSON
{
"name": "yuidoc-ember-cli-theme",
"version": "1.0.4",
"description": "YUIDoc theme for Ember CLI",
"main": "helpers.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Turbo87/yuidoc-ember-cli-theme.git"
},
"keywords": [
"yuidoc",
"ember-cli",
"theme"
],
"author": "Tobias Bieniek <tobias.bieniek@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Turbo87/yuidoc-ember-cli-theme/issues"
},
"homepage": "https://github.com/Turbo87/yuidoc-ember-cli-theme#readme",
"dependencies": {
"markdown-it": "^8.0.0"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.0.1"
}
}