-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
47 lines (47 loc) · 1.12 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
{
"name": "get-countries-info",
"version": "1.2.1",
"description": "Get countries, states, currency, language, phone code, ISO standards, etc.",
"main": "lib/index.js",
"scripts": {
"build": "babel src --presets babel-preset-es2015 --out-dir lib",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/sarkistlt/get-countries-info.git"
},
"keywords": [
"data",
"country",
"iso",
"states",
"provinces",
"countries",
"state",
"province",
"ISO 3166-1-alpha-2",
"ISO 3166-1",
"react",
"graphql"
],
"author": {
"name": "Sarkis Arutiunian ([email protected])"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/sarkistlt/get-countries-info/issues"
},
"homepage": "https://github.com/sarkistlt/get-countries-info#readme",
"devDependencies": {
"babel-cli": "6.9.0",
"babel-core": "6.9.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-stage-0": "^6.5.0",
"babel-preset-stage-1": "^6.13.0",
"graphql": ">=0.7.1"
},
"peerDependencies": {
"graphql": ">=0.7.1"
}
}