forked from annexare/Countries
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.22 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
51
52
53
54
{
"name": "countries-list",
"version": "2.2.0",
"description": "Continents & countries: ISO 3166-1 alpha-2 code, name, ISO 639-1 languages, capital and currency, native name, calling codes. Available in JSON, CSV and SQL formats.",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "https://github.com/annexare/Countries"
},
"keywords": [
"country",
"countries",
"continent",
"emoji",
"languages",
"capital",
"currency",
"data",
"csv",
"json",
"sql",
"ISO 3166-1",
"ISO 639-1",
"node"
],
"author": {
"name": "Dmytro",
"email": "[email protected]",
"url": "https://github.com/z-ax"
},
"scripts": {
"start": "gulp",
"eslint": "eslint gulpfile.js; exit 0"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-preset-env": "^1.6.0",
"eslint": "^4.8.0",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.0",
"gulp-header": "^1.8.9",
"gulp-uglify": "^3.0.0",
"punycode": "^2.1.0",
"webpack-stream": "^4.0.0"
},
"devEngines": {
"node": ">=6.0"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/annexare/Countries/issues"
},
"homepage": "http://annexare.github.io/Countries/"
}