-
Notifications
You must be signed in to change notification settings - Fork 46
/
Copy pathpackage.json
53 lines (53 loc) · 1.34 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "react-mailchimp-form",
"version": "1.0.1",
"description": "React subscribe form for Mailchimp",
"main": "dist/index.js",
"scripts": {
"build": "babel --plugins transform-es2015-modules-umd src --ignore __tests__ --out-dir ./dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gndx/react-mailchimp-form.git"
},
"keywords": [
"react",
"subscribe",
"form",
"mailchimp",
"subscribe",
"subscriptions"
],
"author": {
"name": "Oscar Barajas",
"email": "oscar@dragons.mx"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/gndx/react-mailchimp-form/issues"
},
"homepage": "https://github.com/gndx/react-mailchimp-form#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-plugin-transform-es2015-modules-umd": "^6.24.1",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"jsonp": "^0.2.1",
"prop-types": "^15.6.1",
"react": "^16.2.0",
"react-dom": "^16.2.0"
},
"dependencies": {
"jsonp": "^0.2.1"
},
"peerDependencies": {
"jsonp": "^0.2.1",
"prop-types": "^15.6.1",
"react": "^16.2.0",
"react-dom": "^16.2.0"
},
"publishConfig": { "registry": "https://npm.pkg.github.com/" }
}