forked from annexare/Countries
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.43 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
55
56
57
58
59
60
61
62
63
64
65
{
"name": "countries-list",
"version": "2.4.0",
"description": "Continents & countries: ISO 3166-1 alpha-2 code, name, ISO 639-1 languages, capital, currency, native name, phone. JSON, CSV and SQL.",
"main": "./dist/index.es5.min.js",
"repository": {
"type": "git",
"url": "https://github.com/annexare/Countries"
},
"keywords": [
"country",
"countries",
"continent",
"emoji",
"languages",
"capital",
"currency",
"data",
"csv",
"json",
"sql",
"typings",
"ISO 3166-1",
"ISO 639-1",
"node"
],
"author": {
"name": "Dmytro",
"email": "z@annexare.com",
"url": "https://github.com/z-ax"
},
"scripts": {
"build": "gulp && npm run test",
"test": "jest",
"lint": "eslint gulpfile.js; exit 0"
},
"typings": "./dist/index.d.ts",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"eslint": "^5.11.1",
"gulp": "^4.0.0",
"jest": "^23.6.0",
"punycode": "^2.1.1",
"uglifyjs-webpack-plugin": "^2.1.1",
"webpack": "^4.28.3"
},
"devEngines": {
"node": ">=8.14.1"
},
"jest": {
"collectCoverage": true,
"coveragePathIgnorePatterns": [
"/node_modules/",
".*\\.min\\.js"
],
"verbose": true
},
"license": "MIT",
"bugs": {
"url": "https://github.com/annexare/Countries/issues"
},
"homepage": "http://annexare.github.io/Countries/"
}