2018-07-16 20:18:17 +02:00
{
"name" : "react-datalist-input" ,
2018-07-21 20:31:46 +02:00
"version" : "1.0.3" ,
2018-07-16 20:18:17 +02:00
"description" : "This package provides a react component as follows: an input field with a drop down menu to pick a possible option based on the current input." ,
2018-07-19 13:11:01 +02:00
"main" : "build/index.js" ,
2018-07-16 20:18:17 +02:00
"repository" : {
"type" : "git" ,
"url" : "https://github.com/andrelandgraf/react-datalist-input.git"
} ,
"homepage" : "https://github.com/andrelandgraf/react-datalist-input" ,
"bugs" : "https://github.com/andrelandgraf/react-datalist-input/issues" ,
"authors" : [
"Andre Landgraf <andre.timo.landgraf@gmail.com>"
] ,
"license" : "MIT" ,
"tags" : [
"react" ,
"datalist" ,
"input" ,
"select" ,
"autocomplete" ,
"combobox" ,
"highlight"
] ,
"keywords" : [
"react" ,
"datalist" ,
"input"
] ,
2018-07-19 13:11:01 +02:00
"devDependencies" : {
"babel-cli" : "^6.26.0" ,
"babel-core" : "^6.26.0" ,
"babel-loader" : "^7.1.1" ,
"babel-plugin-transform-object-rest-spread" : "^6.23.0" ,
"babel-plugin-transform-react-jsx" : "^6.24.1" ,
"babel-plugin-transform-react-remove-prop-types" : "^0.4.8" ,
"babel-preset-react" : "^6.24.1" ,
"babel-preset-env" : "^1.5.1" ,
"style-loader" : "^0.21.0" ,
"css-loader" : "^1.0.0" ,
"webpack" : "^3.5.5"
} ,
2018-07-16 20:18:17 +02:00
"dependencies" : {
2018-07-19 13:11:01 +02:00
"prop-types" : "^15.6.1"
2018-07-16 20:18:17 +02:00
} ,
"peerDependencies" : {
2018-07-19 13:11:01 +02:00
"react" : "^0.14.9 || ^15.3.0 || ^16.0.0-rc || ^16.0"
} ,
"scripts" : {
"test" : "echo \"Error: no test specified\" && exit 1" ,
"start" : "webpack --watch" ,
"build" : "webpack"
2018-07-16 20:18:17 +02:00
}
2018-07-19 13:11:01 +02:00
}