forked from ekiziltas/material-ui-flags
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.18 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
{
"name": "material-ui-flags",
"version": "1.2.4",
"description": "Flag icons for Material-UI",
"main": "lib/index.js",
"standalone": "Flags",
"repository": {
"type": "git",
"url": "https://github.com/ekiziltas/material-ui-flags.git"
},
"keywords": [
"material-ui",
"react",
"country",
"flag",
"flags",
"language",
"internationalization",
"country flags"
],
"author": "Eray KIZILTAS <[email protected]>",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/ekiziltas/material-ui-flags/blob/master/LICENSE-MIT"
}
],
"bugs": {
"url": "https://github.com/ekiziltas/material-ui-flags/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": "*",
"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"
}
}