UNPKG

identify

Version:

Generate id attributes for HTML block elements

41 lines (40 loc) 804 B
{ "name": "identify", "version": "0.1.5", "author": "Tom Vincent <http://tlvince.com/contact>", "description": "Generate id attributes for HTML block elements", "license": "MIT", "main": "./lib/identify", "keywords": [ "id", "anchor", "deep-link" ], "directories": { "doc": "docs", "test": "test" }, "repository": { "type": "git", "url": "https://github.com/tlvince/identify.js.git" }, "dependencies": { "cheerio": "~0.10.3" }, "engine": { "node": ">=0.6" }, "devDependencies": { "should": "~1.2.2", "mocha": "~1.12.1", "docco": "~0.6.2" }, "bugs": { "url": "https://github.com/tlvince/identify.js/issues" }, "scripts": { "test": "mocha", "test-watch": "mocha --watch", "docs": "docco lib/*" } }