UNPKG

toggle-js

Version:

A simple toggle script for menus, accordions, navigation, and more.

38 lines (37 loc) 1.06 kB
{ "name": "toggle-js", "version": "1.1.0", "description": "A simple toggle script for menus, accordions, navigation, and more.", "main": "src/toggle.js", "scripts": { "dev": "NODE_ENV=development ./node_modules/.bin/webpack --config webpack.config.js", "production": "NODE_ENV=production ./node_modules/.bin/webpack --config webpack.config.js -p", "watch": "NODE_ENV=development ./node_modules/.bin/webpack --config webpack.config.js --watch" }, "repository": { "type": "git", "url": "git+https://github.com/oldrivercreative/toggle.git" }, "keywords": [ "javascript", "toggle", "menu", "navigation", "context", "nav", "expand" ], "author": "@kyleschaeffer", "license": "MIT", "bugs": { "url": "https://github.com/oldrivercreative/toggle/issues" }, "homepage": "https://github.com/oldrivercreative/toggle#readme", "devDependencies": { "babel-core": "^6.24.1", "babel-loader": "^7.0.0", "babel-preset-env": "^1.5.1", "path": "^0.12.7", "webpack": "^2.6.0" } }