UNPKG

material-ui-credit-card-icons

Version:
45 lines (44 loc) 1.17 kB
{ "name": "material-ui-credit-card-icons", "version": "3.2.1", "description": "Credit Card icons for Material-UI", "main": "./lib/index.js", "standalone": "CreditCardIcons", "repository": { "type": "git", "url": "git://github.com/codefoundries/material-ui-credit-card-icons.git" }, "keywords": [ "material-ui", "react", "credit", "credit card", "payment", "payment option" ], "author": "Aleksandar Chalakov <a.chalakov@coefoundries.com> (http://codefoundries.com/)", "license": "MIT", "bugs": { "url": "https://github.com/codefoundries/material-ui-credit-card-icons/issues" }, "dependencies": {}, "peerDependencies": { }, "devDependencies": { "babel-cli": "^6.16.0", "babel-polyfill": "^6.16.0", "babel-preset-es2015": "^6.16.0", "babel-preset-react": "^6.16.0", "babel-preset-stage-0": "^6.16.0", "material-ui": "~0.16.0", "react": "~15.3.2", "react-dom": "~15.3.2", "react-tap-event-plugin": "^1.0.0", "tape": "^4.6.2", "vinyl-source-stream": "^1.1.0" }, "scripts": { "compile": "babel -sd lib/ src/", "prepublish": "npm run compile" } }