File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " jbone" ,
3
3
"version" : " 1.1.0" ,
4
+ "description" : " Library for DOM manipulation" ,
4
5
"main" : " dist/jbone.js" ,
6
+ "homepage" : " http://jbone.js.org" ,
5
7
"ignore" : [
6
8
" .gitignore" ,
7
9
" .travis.yml" ,
8
10
" component.json" ,
11
+ " Gruntfile.js" ,
12
+ " package.json" ,
9
13
" perf" ,
10
14
" src" ,
11
15
" build" ,
15
19
"mocha" : " 1.18.2" ,
16
20
"expect" : " 0.2.0" ,
17
21
"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"
18
39
}
19
40
}
Original file line number Diff line number Diff line change 4
4
"version" : " 1.1.0" ,
5
5
"description" : " Library for DOM manipulation" ,
6
6
"main" : " dist/jbone.js" ,
7
- "homepage" : " https ://github.com/kupriyanenko/ jbone" ,
7
+ "homepage" : " http ://jbone.js.org " ,
8
8
"directories" : {
9
9
"test" : " test"
10
10
},
22
22
" jbone" ,
23
23
" backbone" ,
24
24
" javascript" ,
25
+ " DOM" ,
26
+ " events" ,
25
27
" library"
26
28
],
27
29
"scripts" : {
You can’t perform that action at this time.
0 commit comments