UNPKG

react-flags-select

Version:
51 lines (50 loc) 1.2 kB
{ "name": "react-flags-select", "version": "1.1.10", "description": "react-flags-select React component", "main": "lib/index.js", "module": "es/index.js", "files": [ "css", "scss", "flags", "es", "lib", "umd" ], "scripts": { "build": "nwb build-react-component", "clean": "nwb clean-module && npm clean-demo", "start": "nwb serve-react-demo", "test": "nwb test-react", "test:coverage": "nwb test-react --coverage", "test:watch": "nwb test-react --server" }, "dependencies": { "prop-types": "^15.5.8" }, "peerDependencies": { "react": "15.x" }, "devDependencies": { "gulp": "^3.9.1", "gulp-sass": "^3.1.0", "nwb": "^0.23.0", "react": "^15.5.4", "react-dom": "^15.5.4", "react-syntax-highlight": "0.0.6" }, "repository": { "type": "git", "url": "git+https://github.com/ekwonye-richard/react-flags-select.git" }, "author": "Richard Ekwonye", "license": "MIT", "bugs": { "url": "https://github.com/ekwonye-richard/react-flags-select/issues" }, "homepage": "https://github.com/ekwonye-richard/react-flags-select#readme", "keywords": [ "react-component" ] }