Initial commit
This commit is contained in:
19
node_modules/dom-walk/package.json
generated
vendored
Normal file
19
node_modules/dom-walk/package.json
generated
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user