UNPKG

react-components-copa-airlines

Version:

This project includes full-featured responseive Booking Engine and a Newsletter Signup React components.

39 lines (38 loc) 1.03 kB
{ "name": "react-components-copa-airlines", "version": "1.0.0", "description": "This project includes full-featured responseive Booking Engine and a Newsletter Signup React components.", "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": {}, "peerDependencies": { "react": "16.x" }, "devDependencies": { "nwb": "0.20.x", "react": "^16.2.0", "react-dom": "^16.2.0", "styled-components": "^2.3.0", "typography": "^0.16.6" }, "author": "Antonio Rodriguez <antonio.rodriguez@m8agency.com>", "homepage": "", "license": "MIT", "repository": "", "keywords": [ "react-component", "copa-airlines", "booking-engine", "newsletter-signup" ] }