shaf-toggle
Version:
Elegant, accessible toggle element. The prettiest checkbox you ever did see.
46 lines (45 loc) • 1.13 kB
JSON
{
"scripts": {
"dev": "webpack define.js index.js -p --watch",
"build": "webpack define.js index.js -p"
},
"main": "index.js",
"files": [
"index.js"
],
"name": "shaf-toggle",
"version": "1.0.9",
"description": "Elegant, accessible toggle element. The prettiest checkbox you ever did see.",
"directories": {
"doc": "docs"
},
"devDependencies": {
"babel-core": "^6.18.2",
"babel-loader": "^6.2.7",
"babel-plugin-transform-react-jsx": "^6.8.0",
"babel-preset-es2015": "^6.18.0",
"classnames": "^2.2.5",
"create-element-class": "^1.0.1",
"document-register-element": "^1.3.0",
"preact": "^6.4.0",
"webpack": "^1.13.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aaronshaf/shaf-toggle.git"
},
"keywords": [
"toggle",
"custom",
"element",
"input",
"checkbox",
"web-components"
],
"author": "Aaron Shafovaloff <aaronshaf@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/aaronshaf/shaf-toggle/issues"
},
"homepage": "https://github.com/aaronshaf/shaf-toggle#readme"
}