Skip to content

Commit

Permalink
Merge pull request #1 from 100maketov/add-package.json
Browse files Browse the repository at this point in the history
Add package.json
  • Loading branch information
a-iv authored Jun 28, 2019
2 parents 733b3e8 + c6a6f68 commit 39c4373
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "https://github.com/angular-ui/bootstrap/graphs/contributors"
},
"name": "angular-bootstrap",
"version": "0.9.0",
"version": "0.9.0-npm",
"main": ["./ui-bootstrap-tpls.js"],
"dependencies": {
"angular": ">=1"
Expand Down
20 changes: 20 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "angular-ui-bootstrap",
"version": "0.9.0-npm",
"description": "Bootstrap widgets for Angular",
"main": "ui-bootstrap-tpls.js",
"homepage": "http://angular-ui.github.io/bootstrap/",
"repository": {
"type": "git",
"url": "https://github.com/angular-ui/bootstrap.git"
},
"keywords": [
"angular",
"bootstrap",
"angular-ui",
"components",
"client-side"
],
"author": "https://github.com/angular-ui/bootstrap/graphs/contributors",
"license": "MIT"
}

0 comments on commit 39c4373

Please sign in to comment.