forked from annexare/Countries
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.46 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
66
{
"name": "countries-list",
"version": "2.4.3",
"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": "[email protected]",
"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": "~7.5.4",
"@babel/preset-env": "~7.5.4",
"babel-loader": "~8.0.6",
"eslint": "~6.0.1",
"gulp": "~4.0.2",
"jest": "~24.8.0",
"punycode": "2.1.1",
"uglifyjs-webpack-plugin": "~2.1.3",
"webpack": "~4.35.3"
},
"devEngines": {
"node": ">=8.14.1"
},
"jest": {
"collectCoverage": true,
"coveragePathIgnorePatterns": [
"/node_modules/",
".*\\.min\\.js"
],
"testEnvironment": "jsdom",
"verbose": true
},
"license": "MIT",
"bugs": {
"url": "https://github.com/annexare/Countries/issues"
},
"homepage": "http://annexare.github.io/Countries/"
}