{ "name": "breakpoints.js", "version": "1.0.0", "description": "Fire custom events when the browser enters and/or exits breakpoints", "main": "dist/breakpoints.js", "author": "MOSAICPRO (http://themeforest.net/user/mosaicpro/portfolio)", "license": "ISC", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "dev": "webpack --config src/build/webpack.config.dev.js --progress --watch", "build": "NODE_ENV=production webpack --config src/build/webpack.config.production.js --progress", "build-dev": "webpack --config src/build/webpack.config.dev.js --progress", "copy-vendor": "copyfiles -f node_modules/bootstrap/dist/js/bootstrap.min.js node_modules/jquery/dist/jquery.min.js dist/breakpoints.js demo/vendor", "deploy": "surge --project ./demo --domain breakpoints.themekit.io" }, "devDependencies": { "babel-core": "^6.4.0", "babel-loader": "^6.2.1", "babel-plugin-transform-runtime": "^6.4.3", "babel-preset-es2015": "^6.3.13", "babel-runtime": "^5.8.34", "copyfiles": "^0.2.1", "eslint": "^1.10.3", "eslint-loader": "^1.2.0", "surge": "^0.17.7", "webpack": "^1.12.11", "webpack-config-api": "^0.2.1" }, "keywords": [ "breakpoints", "jquery" ], "dependencies": { "jquery": "^2.2.3" }, "repository": { "type": "git", "url": "git+https://github.com/themekit/breakpoints.git" }, "bugs": { "url": "https://github.com/themekit/breakpoints/issues" }, "homepage": "https://github.com/themekit/breakpoints#readme" }