banks-fx-scraper
Version:
Scrape exchange rates from Banks banks
52 lines (51 loc) • 1.31 kB
JSON
{
"name": "banks-fx-scraper",
"version": "1.0.14",
"license": "MIT",
"description": "Scrape exchange rates from Banks banks",
"keywords": [
"egypt",
"hsbc",
"bank",
"banks",
"exchange rates"
],
"author": {
"name": "MMayla, jjhesk",
"email": "jobhesk@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/ONode/banks-fx-scraper.git"
},
"main": "index.js",
"scripts": {
"clean": "rimraf dist",
"build": "babel src -d dist",
"lint": "eslint src tests",
"lint:fix": "npm run lint -- --fix",
"test": "mocha tests --timeout 15000 --compilers js:babel-register",
"test:dev": "npm run test -- --watch",
"prepublish": "npm run clean & npm run build",
"start": "babel-node src/index.js"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-core": "^6.21.0",
"babel-eslint": "^7.1.1",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-polyfill": "^6.20.0",
"babel-preset-es2015": "^6.18.0",
"chai": "^3.5.0",
"eslint": "^3.13.1",
"eslint-config-airbnb": "^14.0.0",
"eslint-plugin-import": "^2.2.0",
"mocha": "^3.2.0",
"rimraf": "^2.5.4"
},
"dependencies": {
"babel-runtime": "^6.20.0",
"cheerio": "^0.22.0",
"request": "^2.79.0"
}
}