diff options
Diffstat (limited to 'node_modules/dom-walk/package.json')
| -rw-r--r-- | node_modules/dom-walk/package.json | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/node_modules/dom-walk/package.json b/node_modules/dom-walk/package.json new file mode 100644 index 00000000..37492d9b --- /dev/null +++ b/node_modules/dom-walk/package.json @@ -0,0 +1,30 @@ +{ + "name": "dom-walk", + "version": "0.1.1", + "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": { + "browserify-server": "~0.5.6" + }, + "licenses": [ + { + "type": "MIT", + "url": "http://github.com/Raynos/dom-walk/raw/master/LICENSE" + } + ], + "scripts": {} +} |
