Skip to content

Commit

Permalink
Added file required for publishing to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
stefangabos committed Apr 2, 2020
1 parent e22ec33 commit d6c7d20
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
node_modules/*
docs/*
.gitattributes
.gitignore
.npmignore
package.json
package-lock.json
28 changes: 28 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "world_countries",
"version": "1.0.0",
"description": "Constantly updated lists of world countries and their associated alpha-2, alpha-3 and numeric codes as defined by the ISO 3166 standard, available in CVS, JSON and SQL formats, in multiple languages and with national flags included",
"repository": {
"type": "git",
"url": "git+https://github.com/stefangabos/world_countries.git"
},
"keywords": [
"countries",
"flags",
"national-flags",
"iso-3166",
"sql",
"json",
"csv"
],
"author": "Stefan Gabos",
"license": "LGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/stefangabos/world_countries/issues"
},
"homepage": "https://github.com/stefangabos/world_countries#readme",
"main": "index.js",
"directories": {
"doc": "docs"
}
}

0 comments on commit d6c7d20

Please sign in to comment.