UNPKG

ltx-xpath

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