-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
35 lines (35 loc) · 950 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "kendo-ui-react-jquery-autocomplete",
"version": "1.0.3",
"description": "The Kendo UI for jQuery AutoComplete 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/autoComplete"
},
"keywords": [
"Kendo",
"UI",
"jQuery",
"React",
"Widgets",
"Components"
],
"author": "cody lindley <[email protected]> (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.11.4",
"babel-preset-airbnb": "^2.1.0",
"babel-preset-es2015": "^6.13.2"
}
}