forked from rvagg/archived-traversty
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 1015 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 1015 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
25
26
27
28
29
{
"name" : "traversty"
, "description" : "Library agnostic utility for DOM collection management and traversal"
, "version" : "1.0.5"
, "homepage" : "https://github.com/rvagg/traversty"
, "authors" : [
"Rod Vagg @rvagg <rod@vagg.org> (https://github.com/rvagg)"
]
, "keywords" : ["ender", "dom", "nodes", "traversal"]
, "main" : "./traversty.js"
, "ender" : "./ender_bridge.js"
, "repository" : {
"type" : "git"
, "url" : "https://github.com/rvagg/traversty.git"
}
, "devDependencies" : {
"bustermove" : "*"
, "qwery" : "*"
, "qwery-pseudos" : "*"
, "sizzle" : "*"
, "nwmatcher" : "*"
, "brtapsauce" : "*"
}
, "license" : "MIT"
, "scripts" : {
"test-local" : "brtapsauce-local test/browserify.js"
, "test" : "test/sauce.js"
}
}