UNPKG

nifty-nav-2

Version:
50 lines (49 loc) 1.24 kB
{ "name": "nifty-nav-2", "version": "0.3.2", "description": "A JavaScript menu framework", "main": "src/niftyNav2.js", "scripts": { "test": "npm run build", "build": "npm run lint && webpack", "watch": "webpack --watch", "lint": "./node_modules/.bin/eslint ./src/js/*.js", "start": "webpack --watch" }, "repository": { "type": "git", "url": "git+https://github.com/factor1/nifty-nav-2.git" }, "keywords": [ "Menu", "Mobile", "Navigation", "Nav", "Hamburger", "Panel" ], "author": "Eric Stout <factor1studios.com>", "license": "MIT", "bugs": { "url": "https://github.com/factor1/nifty-nav-2/issues" }, "homepage": "https://github.com/factor1/nifty-nav-2#readme", "devDependencies": { "autoprefixer": "^8.0.0", "babel-core": "^6.26.0", "babel-loader": "^7.1.2", "babel-preset-env": "^1.6.1", "clean-webpack-plugin": "^0.1.19", "css-loader": "^0.28.10", "eslint": "^4.18.1", "extract-text-webpack-plugin": "^3.0.2", "node-sass": "^4.7.2", "postcss-loader": "^2.1.1", "sass-loader": "^6.0.6", "style-loader": "^0.20.2", "webpack": "^3.11.0" }, "dependencies": { "babel-polyfill": "^6.26.0" } }