ng-revealjs
Version:
Angular Directive wrapper for Revealjs presentation library.
28 lines (27 loc) • 705 B
JSON
{
"name": "ng-revealjs",
"version": "1.0.1",
"description": "Angular Directive wrapper for Revealjs presentation library.",
"main": "src/ng-reveal.js",
"repository": {
"type": "git",
"url": "https://github.com/prescottprue/ng-revealjs"
},
"keywords": [
"Reveal",
"revealjs",
"Angular",
"Directive"
],
"author": "Prescott Prue <sprue.dev@gmail.com> (http://prescottprue.com/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/prescottprue/ng-revealjs/issues"
},
"homepage": "https://github.com/prescottprue/ng-revealjs",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-connect": "^0.9.0",
"load-grunt-tasks": "^3.1.0"
}
}