kendo-ui-react-jquery-slider
Version:
The Kendo UI for jQuery Slider widget wrapped as a React component.
36 lines (35 loc) • 932 B
JSON
{
"name": "kendo-ui-react-jquery-slider",
"version": "1.0.2",
"description": "The Kendo UI for jQuery Slider widget wrapped as a React component.",
"main": "./dist/index.js",
"scripts": {
"build": "babel src --presets babel-preset-es2015 --out-dir dist",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/codylindley/k-ui-react-jquery-wrappers/tree/master/packages/slider"
},
"keywords": [
"Kendo",
"UI",
"jQuery",
"React",
"Widgets",
"Components"
],
"author": "cody lindley <contact@codylindley.com> (http://www.codylindley.com)",
"license": "Apache-2.0",
"dependencies": {
"deep-diff": "^0.3.4",
"kendo-ui-core": "^2016.3.914",
"react": "^15.3.2",
"react-dom": "^15.3.2"
},
"devDependencies": {
"babel-cli": "^6.14.0",
"babel-preset-airbnb": "^2.1.0",
"babel-preset-es2015": "^6.14.0"
}
}