id
Version:
get element by id
26 lines (25 loc) • 566 B
JSON
{
"name" : "id",
"description" : "get element by id",
"version" : "0.0.0",
"repository" : {
"type" : "git",
"url" : "git://github.com/juliangruber/id.git"
},
"homepage": "https://github.com/juliangruber/id",
"main" : "index.js",
"scripts" : {
"test" : "tap test/*.js"
},
"dependencies" : {},
"devDependencies" : {
"tap" : "*"
},
"keywords": ["get","element","by","id","browser"],
"author": {
"name": "Julian Gruber",
"email": "mail@juliangruber.com",
"url": "http://juliangruber.com"
},
"license": "MIT"
}