Skip to content

Commit 6ffb832

Browse files
committed
update package files
1 parent 9ecc737 commit 6ffb832

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

bower.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
{
22
"name": "jbone",
33
"version": "1.1.0",
4+
"description": "Library for DOM manipulation",
45
"main": "dist/jbone.js",
6+
"homepage": "http://jbone.js.org",
57
"ignore": [
68
".gitignore",
79
".travis.yml",
810
"component.json",
11+
"Gruntfile.js",
12+
"package.json",
913
"perf",
1014
"src",
1115
"build",
@@ -15,5 +19,22 @@
1519
"mocha": "1.18.2",
1620
"expect": "0.2.0",
1721
"astrobench": "0.1.1"
22+
},
23+
"keywords": [
24+
"jquery",
25+
"jbone",
26+
"backbone",
27+
"javascript",
28+
"DOM",
29+
"events",
30+
"library"
31+
],
32+
"authors": [
33+
"Alexey Kupriyanenko <a.kupriyanenko@gmail.com>"
34+
],
35+
"license": "MIT",
36+
"repository": {
37+
"type": "git",
38+
"url": "https://github.com/kupriyanenko/jbone"
1839
}
1940
}

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "1.1.0",
55
"description": "Library for DOM manipulation",
66
"main": "dist/jbone.js",
7-
"homepage": "https://github.com/kupriyanenko/jbone",
7+
"homepage": "http://jbone.js.org",
88
"directories": {
99
"test": "test"
1010
},
@@ -22,6 +22,8 @@
2222
"jbone",
2323
"backbone",
2424
"javascript",
25+
"DOM",
26+
"events",
2527
"library"
2628
],
2729
"scripts": {

0 commit comments

Comments
 (0)