forked from marchah/node-countries
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 829 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 829 Bytes
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
{
"name": "node-countries",
"version": "1.3.7",
"main": "./index.js",
"description": "Countries and Provinces JSON Data",
"scripts": {
"test": "NODE_ENV=test NODE_PATH=./test node ./node_modules/mocha/bin/mocha --harmony "
},
"keywords": [
"country",
"countries",
"province",
"provinces",
"state",
"states"
],
"author": "marchah <marchah.dev@gmail.com>",
"dependencies": {
"lodash": "^4.17.5"
},
"devDependencies": {
"chai": "^4.1.2",
"eslint": "^4.18.2",
"mocha": "^5.2.0",
"rewire": "^3.0.2"
},
"repository": {
"type": "git",
"url": "git://github.com/marchah/node-countries.git"
},
"bugs": {
"url": "https://github.com/marchah/node-countries/issues"
},
"homepage": "https://github.com/marchah/node-countries",
"license": "MIT"
}