mcc-mnc-codes
Version:
List of MCC and MNC codes from up-to-date Wikipedia page
34 lines (33 loc) • 717 B
JSON
{
"name": "mcc-mnc-codes",
"version": "1.0.1",
"description": "List of MCC and MNC codes from up-to-date Wikipedia page",
"main": "index.js",
"scripts": {
"test": "eslint . && ava",
"fetch": "node fetch.js"
},
"author": "Peter Bakondy",
"license": "MIT",
"devDependencies": {
"ava": "^0.25.0",
"eslint": "^5.6.0",
"jsdom": "^12.0.0"
},
"keywords": [
"mcc",
"mnc",
"mccmnc",
"mobile",
"network",
"list"
],
"repository": {
"type": "git",
"url": "https://github.com/pbakondy/mcc-mnc-list.git"
},
"bugs": {
"url": "https://github.com/pbakondy/mcc-mnc-list/issues"
},
"homepage": "https://github.com/pbakondy/mcc-mnc-list#readme"
}