Skip to content

Commit

Permalink
Created bower manifest file (Issue #107)
Browse files Browse the repository at this point in the history
  • Loading branch information
GitBrent authored and GitBrent committed Jun 22, 2017
1 parent 85e36f5 commit 020b74b
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"name": "pptxgenjs",
"description": "JavaScript framework that creates PowerPoint (pptx) presentations",
"main": [
"dist/pptxgen.js"
],
"dependencies": {
"jquery": "^3.2.1",
"jszip": "^3.1.3",
"promise": "^0.2.2"
},
"authors": [
"Brent Ely <https://github.com/gitbrent>"
],
"license": "MIT",
"keywords": [
"javascript",
"javascript-create-powerpoint",
"javascript-create-pptx",
"javascript-pptx",
"javascript-powerpoint",
"js-create-powerpoint",
"js-generate-powerpoint",
"js-produce-powerpoint",
"js-powerpoint",
"powerpoint",
"powerpoint-presentation",
"ppt",
"pptx",
"presentations"
],
"homepage": "https://github.com/gitbrent/PptxGenJS",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}

0 comments on commit 020b74b

Please sign in to comment.