hypertabs
Version:
tabbed interface with hyperscript
20 lines (19 loc) • 513 B
JSON
{
"name": "hypertabs",
"description": "tabbed interface with hyperscript",
"version": "2.2.2",
"homepage": "https://github.com/dominictarr/hypertabs",
"repository": {
"type": "git",
"url": "git://github.com/dominictarr/hypertabs.git"
},
"dependencies": {
"hyperscript": "^1.4.7"
},
"devDependencies": {},
"scripts": {
"test": "set -e; for t in test/*.js; do node $t; done"
},
"author": "Dominic Tarr <dominic.tarr@gmail.com> (http://dominictarr.com)",
"license": "MIT"
}