UNPKG

angularjs-nouislider

Version:

An AngularJS wrapper for the noUiSlider range slider with minimal overhead.

58 lines (57 loc) 1.86 kB
{ "name": "angularjs-nouislider", "version": "14.1.3", "description": "An AngularJS wrapper for the noUiSlider range slider with minimal overhead.", "main": "dist/angularjs-nouislider.js", "scripts": { "build": "webpack --config webpack.develop.js && webpack --config webpack.production.js", "watch": "webpack --watch --config webpack.production.js", "examples": "webpack --config webpack.examples.js", "start": "webpack-dev-server --open --config webpack.examples.js" }, "repository": { "type": "git", "url": "git+https://github.com/isaaceindhoven/angularjs-nouislider.git" }, "keywords": [ "nouislider", "angularjs", "angular", "wrapper" ], "author": "Luud Janssen", "license": "MIT", "bugs": { "url": "https://github.com/isaaceindhoven/angularjs-nouislider/issues" }, "homepage": "https://isaaceindhoven.github.io/angularjs-nouislider/", "dependencies": { "angular": "^1.8.1", "nouislider": "^14.6.2" }, "devDependencies": { "@babel/core": "^7.11.6", "@babel/eslint-parser": "^7.11.5", "@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/polyfill": "^7.11.5", "@babel/preset-env": "^7.11.5", "angular-jsoneditor": "0.0.2", "babel-loader": "^8.1.0", "babel-plugin-angularjs-annotate": "^0.10.0", "clean-webpack-plugin": "^3.0.0", "core-js": "^3.6.5", "css-loader": "^4.3.0", "eslint": "^7.11.0", "eslint-config-airbnb-base": "^14.2.0", "eslint-plugin-import": "^2.22.1", "eslint-webpack-plugin": "^2.1.0", "html-webpack-plugin": "^4.5.0", "mini-css-extract-plugin": "^0.10.1", "optimize-css-assets-webpack-plugin": "^5.0.4", "terser-webpack-plugin": "^4.2.3", "webpack": "^4.44.2", "webpack-cli": "^3.3.12", "webpack-dev-server": "^3.11.0", "webpack-merge": "^5.2.0" } }