19 lines
469 B
JSON
19 lines
469 B
JSON
|
|
{
|
||
|
|
"name": "dom-walk",
|
||
|
|
"version": "0.1.1",
|
||
|
|
"description": "iteratively walk a DOM node",
|
||
|
|
"author": "Raynos <raynos2@gmail.com>",
|
||
|
|
"repository": "git://github.com/Raynos/dom-walk.git",
|
||
|
|
"main": "index",
|
||
|
|
"homepage": "https://github.com/Raynos/dom-walk",
|
||
|
|
"dependencies": {},
|
||
|
|
"devDependencies": {
|
||
|
|
"browserify-server": "~0.5.6"
|
||
|
|
},
|
||
|
|
"licenses": [
|
||
|
|
{
|
||
|
|
"type": "MIT",
|
||
|
|
"url": "http://github.com/Raynos/dom-walk/raw/master/LICENSE"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|