UNPKG

hut-accordion

Version:
44 lines (43 loc) 926 B
{ "name": "hut-accordion", "version": "0.1.0", "description": "HTML UI Toolkit accordion component", "main": "index.js", "style": "index.css", "scripts": { "test": "hut-build test", "lint": "hut-build lint", "build": "hut-build build", "start": "hut-build serve" }, "repository": { "type": "git", "url": "https://github.com/conradz/hut-accordion.git" }, "keywords": [ "accordion", "html", "hut", "ui", "dom", "browser", "browserify" ], "author": "Conrad Zimmerman <me@conradz.com>", "license": "BSD", "bugs": { "url": "https://github.com/conradz/hut-accordion/issues" }, "devDependencies": { "tape": "~2.3.0", "hut-build": "~0.3.0", "chi-create": "~0.1.0" }, "dependencies": { "chi-events": "~0.1.0", "chi-classes": "~0.1.0", "hut-base": "~0.2.0", "mout": "~0.8.0", "emitter-component": "~1.1.0" } }