world-cup-history
Version:
FIFA World cup historical data
29 lines • 709 B
JSON
{
"name": "world-cup-history",
"version": "2.0.13",
"description": "FIFA World cup historical data",
"keywords": [
"fifa",
"world cup",
"football",
"soccer"
],
"main": "index.js",
"scripts": {
"test": "mocha --reporter spec",
"lint": "eslint index.js"
},
"author": "Mayowa Ajibola Sogbein",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jibolash/world-cup-history"
},
"devDependencies": {
"chai": "4.1.2",
"eslint": "4.19.1",
"eslint-config-airbnb-base": "12.1.0",
"eslint-plugin-import": "2.10.0",
"mocha": "5.1.1"
}
}