-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·49 lines (49 loc) · 1.27 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
{
"name": "material-ui-credit-card-icons",
"version": "3.0.1",
"description": "Country flag icons for Material-UI",
"main": "./lib/index.js",
"standalone": "CountryFlags",
"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 <[email protected]> (http://codefoundries.com/)",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/codefoundries/material-ui-credit-card-icons/blob/master/LICENSE-MIT"
}
],
"bugs": {
"url": "https://github.com/codefoundries/material-ui-credit-card-icons/issues"
},
"dependencies": {},
"peerDependencies": {
},
"devDependencies": {
"babel-cli": "^6.7.7",
"babel-polyfill": "^6.7.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"material-ui": "~0.15.0-beta.2",
"react": "~15.0.1",
"react-dom": "~15.0.1",
"react-tap-event-plugin": "^1.0.0",
"tape": "^4.5.1",
"vinyl-source-stream": "^1.1.0"
},
"scripts": {
"compile": "babel -sd lib/ src/",
"prepublish": "npm run compile"
}
}