reactabular-search-field
Version:
Search field for Reactabular
44 lines • 999 B
JSON
{
"name": "reactabular-search-field",
"version": "6.0.0-readme-xZPNI",
"description": "Search field for Reactabular",
"scripts": {
"build": "rimraf ./dist && babel ./src --out-dir ./dist",
"prepublish": "npm run build"
},
"files": [
"dist",
"CHANGELOG.md",
"LICENSE",
"README.md"
],
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "https://github.com/reactabular/reactabular.git"
},
"keywords": [
"react",
"reactjs",
"table",
"tables",
"reactabular"
],
"author": "Juho Vepsalainen <bebraw@gmail.com> (http://github.com/bebraw)",
"license": "MIT",
"bugs": {
"url": "https://github.com/reactabular/reactabular/issues"
},
"homepage": "http://reactabular.js.org/",
"main": "dist",
"module": "dist",
"jsnext:main": "dist",
"dependencies": {},
"devDependencies": {
"babel-cli": "^6.11.4",
"rimraf": "^2.5.4"
},
"peerDependencies": {
"react": ">= 0.11.2 < 16.0.0"
}
}