nummar
Version:
A small module that fetches information from nummar.fo
40 lines (39 loc) • 829 B
JSON
{
"name": "nummar",
"version": "0.1.3",
"description": "A small module that fetches information from nummar.fo",
"main": "app.js",
"scripts": {
"test": "standard"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Sakarisson/nummar.git"
},
"keywords": [
"nummar",
"ft",
"foroya",
"tele",
"faroeislands",
"phonebook"
],
"author": "Kristian Sakarisson <kristian@sakarisson.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Sakarisson/nummar/issues"
},
"homepage": "https://github.com/Sakarisson/nummar#readme",
"devDependencies": {
"standard": "^8.6.0"
},
"dependencies": {
"async": "^2.1.5",
"cheerio": "^0.22.0",
"request": "^2.79.0",
"underscore": "^1.8.3"
},
"engines": {
"node": ">= 4.5.0"
}
}