UNPKG

react-emma-signup-form

Version:

Create signup forms that post to Emma without using the API.

44 lines (43 loc) 1.22 kB
{ "name": "react-emma-signup-form", "version": "1.0.1", "description": "Create signup forms that post to Emma without using the API.", "main": "dist/index.js", "scripts": { "start": "parcel dev/index.html -d dist-dev/", "build": "babel src --out-dir dist", "prepublishOnly": "npm run build", "test": "echo \"Error: no test specified\" && exit 1" }, "author": { "name": "Austin Gordon", "email": "agordon@hutsoninc.com", "url": "https://github.com/AustinLeeGordon" }, "repository": { "url": "https://github.com/hutsoninc/react-emma-signup-form.git", "type": "git" }, "license": "MIT", "devDependencies": { "babel-cli": "^6.26.0", "babel-plugin-add-module-exports": "^0.2.1", "babel-plugin-syntax-dynamic-import": "^6.18.0", "babel-plugin-transform-runtime": "^6.23.0", "babel-preset-es2015": "^6.24.1", "babel-preset-react": "^6.24.1", "babel-preset-stage-0": "^6.24.1", "parcel-bundler": "^1.9.0", "react": "^16.1.1", "react-dom": "^16.1.1", "styled-jsx": "^2.2.6", "styled-jsx-plugin-postcss": "^0.1.3" }, "dependencies": { "isomorphic-fetch": "^2.2.1" }, "keywords": [ "react", "emma" ] }