world-bank-dataset
Version:
A JSONified dataset of projects funded by the World Bank.
32 lines (31 loc) • 788 B
JSON
{
"name": "world-bank-dataset",
"description": "A JSONified dataset of projects funded by the World Bank.",
"version": "1.0.0",
"homepage": "https://github.com/fergiemcdowall/world-bank-dataset",
"author": "Fergus McDowall <fergusmcdowall@gmail.com>",
"keywords": [
"dataset",
"world",
"bank",
"json"
],
"maintainers": [
"Fergus McDowall <fergusmcdowall@gmail.com> (https://github.com/fergiemcdowall)"
],
"repository": {
"type": "git",
"url": "git+https://github.com/fergiemcdowall/world-bank-dataset.git"
},
"bugs": {
"url": "https://github.com/fergiemcdowall/world-bank-dataset/issues"
},
"main": "index.js",
"scripts": {
"test": "tape test.js"
},
"license": "MIT",
"devDependencies": {
"tape": "^4.9.0"
}
}