textfield
Version:
Yet another react component for an input
34 lines (33 loc) • 737 B
JSON
{
"name": "textfield",
"version": "1.0.4",
"description": "Yet another react component for an input",
"main": "dist/index.js",
"scripts": {
"distbuild": "webpack"
},
"keywords": [
"React",
"Input",
"Text",
"Multiline",
"validation"
],
"author": "hammad.fauz",
"license": "ISC",
"dependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"prop-types": "^15.6.0",
"react": "^16.2.0",
"react-fontawesome": "^1.6.1",
"webpack": "^3.10.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hammadfauz/textfield.git"
}
}