forked from ded/bonzo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 814 Bytes
/
Copy pathpackage.json
File metadata and controls
24 lines (24 loc) · 814 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "ebay-bonzo"
, "description": "Modified version of Bonzo which is a library agnostic, extensible DOM utility"
, "version": "1.3.5-3"
, "homepage": "https://github.com/humingchun/bonzo"
, "author": "Michael Hu <humingchun@gmail.com> (http://michaellearnstocode.com)"
, "contributors": [
"Dustin Diaz <dustin@dustindiaz.com> (http://dustindiaz.com)"
, "Rod Vagg <rod@vagg.org> (https://github.com/rvagg)"
]
, "keywords": ["ebay", "ender", "dom", "nodes", "jquery", "iteration", "css"]
, "main": "./bonzo.js"
, "ender": "./src/ender.js"
, "repository": {
"type": "git"
, "url": "https://github.com/humingchun/bonzo.git"
}
, "devDependencies": {
"qwery": "*"
, "bowser": "*"
, "sink-test": "*"
, "smoosh": "0.4.0"
}
}