braintree-web-drop-in-react
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "braintree-web-drop-in-react", | ||
"version": "1.0.3", | ||
"description": "React component for Braintree Web Drop-In (v3)", | ||
"main": "dist/index.js", | ||
"scripts": { | ||
"watch": "noderize-scripts watch", | ||
"build": "noderize-scripts build", | ||
"start": "noderize-scripts start", | ||
"format": "noderize-scripts format", | ||
"test": "noderize-scripts test", | ||
"clean": "noderize-scripts clean", | ||
"prepack": | ||
"noderize-scripts clean && noderize-scripts build --env production" | ||
}, | ||
"author": "Charles Crete <charles@cretezy.com>", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/Cretezy/braintree-web-drop-in-react.git" | ||
}, | ||
"license": "MIT", | ||
"keywords": ["braintree", "payment", "credit card form", "react-component"], | ||
"files": [], | ||
"peerDependencies": { | ||
"react": ">=15.1.0", | ||
"react-dom": ">=15.1.0" | ||
}, | ||
"dependencies": { | ||
"braintree-web-drop-in": "^1.9.2", | ||
"prop-types": ">=15.6.0", | ||
"@noderize/runtime":"^0.3.11" | ||
}, | ||
"devDependencies": { | ||
"@babel/preset-react": "^7.0.0-beta.40", | ||
"@noderize/scripts": "^0.3.11", | ||
"react": ">=15.1.0", | ||
"react-dom": ">=15.1.0", | ||
"react-test-renderer": "^16.2.0" | ||
}, | ||
"noderize": { | ||
"babel": { | ||
"presets": ["@babel/preset-react"] | ||
}, | ||
"target":"web" | ||
}, | ||
"prettier": { | ||
"useTabs": true | ||
} | ||
"name": "braintree-web-drop-in-react", | ||
"version": "1.0.4", | ||
"description": "React component for Braintree Web Drop-In (v3)", | ||
"main": "dist/index.js", | ||
"scripts": { | ||
"watch": "noderize-scripts watch", | ||
"build": "noderize-scripts build", | ||
"start": "noderize-scripts start", | ||
"format": "noderize-scripts format", | ||
"test": "noderize-scripts test", | ||
"clean": "noderize-scripts clean", | ||
"prepack": | ||
"noderize-scripts clean && noderize-scripts build --env production" | ||
}, | ||
"author": "Charles Crete <charles@cretezy.com>", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/Cretezy/braintree-web-drop-in-react.git" | ||
}, | ||
"license": "MIT", | ||
"keywords": ["braintree", "payment", "credit card form", "react-component"], | ||
"files": [], | ||
"peerDependencies": { | ||
"react": ">=15.1.0", | ||
"react-dom": ">=15.1.0" | ||
}, | ||
"dependencies": { | ||
"braintree-web-drop-in": "^1.11.0", | ||
"prop-types": ">=15.6.0", | ||
"@noderize/runtime": "^0.3.11" | ||
}, | ||
"devDependencies": { | ||
"@babel/preset-react": "^7.0.0-beta.40", | ||
"@noderize/scripts": "^0.3.11", | ||
"react": ">=15.1.0", | ||
"react-dom": ">=15.1.0", | ||
"react-test-renderer": "^16.2.0" | ||
}, | ||
"noderize": { | ||
"babel": { | ||
"presets": ["@babel/preset-react"] | ||
}, | ||
"target": "web" | ||
} | ||
} |
19538