-
Notifications
You must be signed in to change notification settings - Fork 46
/
package.json
41 lines (41 loc) · 938 Bytes
/
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
{
"name": "world-countries-capitals",
"version": "3.4.0",
"description": "A simple NPM package to get capitals, currency, native language, famous_for etc. of all the countries in the world",
"main": "index.js",
"scripts": {
"test": "node jasmine.js"
},
"repository": {
"type": "git",
"url": "https://github.com/bhatvikrant/world-countries-capitals.git"
},
"keywords": [
"word",
"words",
"list",
"array",
"random",
"rand",
"countries",
"capital",
"capitals",
"currency",
"language",
"native language",
"country data"
],
"author": "Vikrant Bhat <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/bhatvikrant/world-countries-capitals/issues"
},
"homepage": "https://github.com/bhatvikrant/world-countries-capitals#readme",
"dependencies": {
"jasmine-console-reporter": "^3.1.0"
},
"devDependencies": {
"jasmine": "^3.5.0",
"jasmine-core": "^3.5.0"
}
}