storm-toggler
Version:
Accessible UI state toggling
74 lines (73 loc) • 1.68 kB
JSON
{
"name": "storm-toggler",
"version": "1.3.4",
"description": "Accessible UI state toggling",
"author": "stormid",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/mjbp/storm-toggler.git"
},
"bugs": {
"url": "https://github.com/mjbp/storm-toggler/issues"
},
"main": "dist/index.js",
"keywords": [
"stormid",
"component",
"toggler",
"off-canvas",
"toggle",
"UI"
],
"scripts": {
"build": "gulp build",
"start": "gulp",
"test": "istanbul cover _mocha && codecov",
"test:watch": "NODE_ENV=test mocha --watch"
},
"browserify": {
"transform": [
[
"babelify",
{
"presets": [
"env"
]
}
]
]
},
"devDependencies": {
"babel": "^6.5.2",
"babel-core": "^6.7.2",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-env": "^1.6.0",
"babelify": "^7.3.0",
"browser-sync": "^2.17.5",
"browserify": "^13.1.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-gh-pages": "^0.5.4",
"gulp-header": "^1.2.2",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^2.0.0",
"gulp-wrap-umd": "^0.2.1",
"istanbul": "^1.1.0-alpha.1",
"jsdom": "^9.8.0",
"jsdom-global": "^2.1.0",
"mocha": "^3.1.2",
"object-assign": "^4.0.1",
"run-sequence": "^1.1.0",
"should": "^11.1.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"gulp-rollup": "^2.11.0",
"rollup-plugin-commonjs": "^8.0.2",
"rollup-plugin-node-resolve": "^3.0.0"
}
}