{ "name": "react-distributed-ui", "version": "1.0.0", "description": "react-distributed-ui React component", "main": "lib/index.js", "module": "es/index.js", "files": [ "css", "es", "lib", "umd" ], "scripts": { "build": "nwb build-react-component", "clean": "nwb clean-module && nwb clean-demo", "start": "nwb serve-react-demo", "test": "nwb test-react", "test:coverage": "nwb test-react --coverage", "test:watch": "nwb test-react --server" }, "dependencies": { "react-distributed-forms": "^1.1.3" }, "peerDependencies": { "react": "16.x" }, "devDependencies": { "nwb": "0.21.x", "react": "^16.4.1", "react-dom": "^16.4.1" }, "author": "Michele Salvini", "homepage": "https://github.com/StayDistributed/react-distributed-ui", "license": "MIT", "repository": "https://github.com/StayDistributed/react-distributed-ui", "keywords": [ "react-component" ] }