html-attributes
Version:
List of HTML attributes as a map of camelCased names.
42 lines (41 loc) • 990 B
JSON
{
"name": "html-attributes",
"description": "List of HTML attributes as a map of camelCased names.",
"version": "1.1.0",
"homepage": "https://github.com/alexmingoia/html-attributes",
"author": {
"name": "Alex Mingoia",
"email": "talk@alexmingoia.com"
},
"repository": {
"type": "git",
"url": "git://github.com/alexmingoia/html-attributes.git"
},
"bugs": {
"url": "https://github.com/alexmingoia/html-attributes/issues"
},
"licenses": [
{
"type": "Open Works License (OWL)",
"url": "https://github.com/alexmingoia/html-attributes/blob/master/LICENSE"
}
],
"main": "lib/html-attributes.js",
"files": [
"lib"
],
"engines": {
"node": ">= 0.10.26",
"npm": ">=1.4.3"
},
"dependencies": {},
"devDependencies": {
"bower": "^1.3.9",
"browserify": "^6.1.0",
"gulp": "^3.8.7",
"gulp-file": "^0.2.0",
"jsdoc-to-markdown": "^0.5.7",
"vinyl-source-stream": "^1.0.0"
},
"keywords": []
}