diff --git a/package.json b/package.json new file mode 100644 index 00000000..584c3142 --- /dev/null +++ b/package.json @@ -0,0 +1,21 @@ +{ + "name": "factbook.js", + "version": "0.1.0", + "description": "factbook.js - World Factbook Country Profiles in JSON - Free Open Public Domain Data", + "repository": { + "type": "git", + "url": "git://github.com/factbook/factbook.json.git" + }, + "keywords": [ + "world", + "countries", + "factbook", + "open data" + ], + "author": "Gerald Bauer", + "license": "Public Domain", + "bugs": { + "url": "https://github.com/factbook/factbook.json/issues" + }, + "homepage": "https://github.com/factbook/factbook.json" +}