Skip to content

Commit

Permalink
update package files
Browse files Browse the repository at this point in the history
  • Loading branch information
kupriyanenko committed Jun 15, 2015
1 parent 9ecc737 commit 6ffb832
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
21 changes: 21 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
{
"name": "jbone",
"version": "1.1.0",
"description": "Library for DOM manipulation",
"main": "dist/jbone.js",
"homepage": "http://jbone.js.org",
"ignore": [
".gitignore",
".travis.yml",
"component.json",
"Gruntfile.js",
"package.json",
"perf",
"src",
"build",
Expand All @@ -15,5 +19,22 @@
"mocha": "1.18.2",
"expect": "0.2.0",
"astrobench": "0.1.1"
},
"keywords": [
"jquery",
"jbone",
"backbone",
"javascript",
"DOM",
"events",
"library"
],
"authors": [
"Alexey Kupriyanenko <[email protected]>"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/kupriyanenko/jbone"
}
}
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "1.1.0",
"description": "Library for DOM manipulation",
"main": "dist/jbone.js",
"homepage": "https://github.com/kupriyanenko/jbone",
"homepage": "http://jbone.js.org",
"directories": {
"test": "test"
},
Expand All @@ -22,6 +22,8 @@
"jbone",
"backbone",
"javascript",
"DOM",
"events",
"library"
],
"scripts": {
Expand Down

0 comments on commit 6ffb832

Please sign in to comment.