UNPKG

react-native-editable-table

Version:
70 lines (69 loc) 1.9 kB
{ "name": "react-native-editable-table", "description": "Editable Table with vertical scrolling in React native", "version": "1.0.0", "main": "editabletable.js", "scripts": { "start": "node node_modules/react-native/local-cli/cli.js start", "test": "jest --coverage", "coverage": "cat ./coverage/lcov.info | coveralls", "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s", "lint": "eslint ." }, "repository": { "type": "git", "url": "git+https://github.com/jacob-hyde/react-native-editable-table.git" }, "keywords": [ "react-native", "react-native-table", "react-native-editable-table" ], "author": "Jacob Hyde", "license": "MIT", "bugs": { "url": "https://github.com/jacob-hyde/react-native-editable-table/issues" }, "homepage": "https://github.com/jacob-hyde/react-native-editable-table#readme", "dependencies": { "react": "16.6.0-alpha.8af6728", "react-native": "0.57.4" }, "devDependencies": { "babel-jest": "23.6.0", "jest": "23.6.0", "metro-react-native-babel-preset": "0.49.0", "react-test-renderer": "^16.6.3", "babel-core": "^6.26.3", "babel-eslint": "^10.0.1", "babel-preset-react-native": "^4.0.1", "coveralls": "^3.0.2", "cz-conventional-changelog": "^2.1.0", "enzyme": "^3.7.0", "enzyme-adapter-react-16": "^1.7.0", "eslint": "^5.8.0", "eslint-plugin-react": "^7.11.1", "inquirer": "^6.2.0", "jsdom": "^13.0.0", "jsdom-global": "^3.0.2", "pre-commit": "^1.2.2", "react": "^16.6.1", "react-dom": "^16.6.1", "react-native": "^0.57.4" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }, "jest": { "preset": "react-native", "testPathIgnorePatterns": [ "/node_modules/", "tools/" ] }, "pre-commit": [ "lint" ] }