Skip to content

Commit

Permalink
feat(bower): add bower.json file to brought back bower support (sorry…
Browse files Browse the repository at this point in the history
… for that...)
  • Loading branch information
davinkevin committed Jan 3, 2016
1 parent 8baa589 commit df533a5
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"name": "AngularStompDK",
"version": "0.6.1",
"main": "dist/angular-stomp.js",
"ignore": [
"build",
"core",
".bowerrc",
".codeclimate.yml",
".eslintrc",
".gitignore",
".jshitrc",
".travis.yml",
"bower.json",
"CHANGELOG.md",
"config.js",
"gulpfile.babel.js",
"karma.conf.js",
"package.json",
"README.md"
],
"dependencies": {
"angular": ">=1.2.0",
"stomp-websocket": "~2.3.0"
},
"devDependencies": {
"angular-mocks": ">=1.2.0"
}
}

0 comments on commit df533a5

Please sign in to comment.