UNPKG

xpath-parser

Version:
23 lines (22 loc) 756 B
{ "name": "xpath-parser" , "description": "simple xpath parser" , "version": "0.1.0" , "homepage": "https://github.com/dodo/xpath-parser" , "author": "dodo (https://github.com/dodo)" , "repository": {"type": "git", "url": "git://github.com/dodo/xpath-parser.git"} , "main": "lib/xpath.js" , "engines": {"node": ">= 0.4.x"} , "keywords": ["damn", "small", "primitive", "simple", "xpath", "parser"] , "scripts": { "test": "cake build && nodeunit test", "prepublish": "cake build"} , "devDependencies": { "eyes": "~0.1.8", "debug": "~0.7.4", "nodeunit": ">= 0.5.4", "muffin": ">= 0.2.6", "coffee-script": ">= 1.1.3"} , "licenses" : [ { "type": "MIT" , "url": "http://github.com/dodo/xpath-parser/raw/master/LICENSE"} ] }