You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
707 B
32 lines
707 B
{ |
|
"name": "dom-walk", |
|
"version": "0.1.2", |
|
"description": "iteratively walk a DOM node", |
|
"keywords": [], |
|
"author": "Raynos <raynos2@gmail.com>", |
|
"repository": "git://github.com/Raynos/dom-walk.git", |
|
"main": "index", |
|
"homepage": "https://github.com/Raynos/dom-walk", |
|
"contributors": [ |
|
{ |
|
"name": "Jake Verbaten" |
|
} |
|
], |
|
"bugs": { |
|
"url": "https://github.com/Raynos/dom-walk/issues", |
|
"email": "raynos2@gmail.com" |
|
}, |
|
"dependencies": {}, |
|
"devDependencies": { |
|
"budo": "11.6.3" |
|
}, |
|
"licenses": [ |
|
{ |
|
"type": "MIT", |
|
"url": "http://github.com/Raynos/dom-walk/raw/master/LICENSE" |
|
} |
|
], |
|
"scripts": { |
|
"example": "budo example/index.js" |
|
} |
|
}
|
|
|