react-kendo
Version:
React Component Library for Kendo UI Widgets. There exists a React Component named for every Kendo widget in the kendo.ui namespace. Tested on React 0.12 and KendoUI 2014.3.1411.
38 lines (37 loc) • 927 B
JSON
{
"name": "react-kendo",
"version": "0.13.11",
"description": "React Component Library for Kendo UI Widgets. There exists a React Component named for every Kendo widget in the kendo.ui namespace. Tested on React 0.12 and KendoUI 2014.3.1411.",
"main": "lib/index.js",
"scripts": {
"test": "mocha --reporter spec"
},
"repository": {
"type": "git",
"url": "https://github.com/tjwebb/react-kendo.git"
},
"keywords": [
"react",
"kendo",
"react.js",
"react-component",
"kendo-ui",
"telerik",
"components",
"widgets"
],
"author": "Travis Webb <me@traviswebb.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/tjwebb/react-kendo/issues"
},
"homepage": "https://github.com/tjwebb/react-kendo",
"peerDependencies": {
"react": ">=0.13.0",
"lodash": ">=3.0.0"
},
"devDependencies": {
"jsdom": "^3.1.2",
"mocha": "^2.1.0"
}
}