Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

create a bower.json file to easily install and use your package #1

Closed
mbelchin opened this issue Feb 27, 2015 · 2 comments
Closed

create a bower.json file to easily install and use your package #1

mbelchin opened this issue Feb 27, 2015 · 2 comments

Comments

@mbelchin
Copy link

Could be great if you provide a bower.json file with your package to easily use with bower and grunt wiredep

something like this: bower.json

{
"name": "markdown-editpreview-ng.js",
"homepage": "https://github.com/codemwnci/markdown-editpreview-ng.js",
"description": "",
"version": "1.0.0-rc2",
"main": [
"lib/codemwnci/bootstrap-markdown.js",
"lib/codemwnci/bootstrap-markdown.min.css",
"lib/codemwnci/markdown-editpreview-ng.js",
"lib/codemwnci/Markdown.Converter.js",
"lib/codemwnci/Markdown.Sanitizer.js"
],
"repository": {
"type": "git",
"url": "git://github.com/codemwnci/markdown-editpreview-ng.js.git"
},
"keywords": [
"Markdown",
"editor",
"angular.js"
],
"authors": [],
"license": "",
"ignore": [],
"dependencies": {},
"devDependencies": {}
}

Thank you.

@dokenzy
Copy link

dokenzy commented Mar 6, 2015

+1

@codemwnci
Copy link
Owner

This has been added, plus I have published it.

bower install markdown-editpreview-ng

Thank you for the suggestion, and the example bower file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants