yandex-predictor
Version:
The API Client for Yandex Predictor
35 lines (34 loc) • 823 B
JSON
{
"name": "yandex-predictor",
"version": "0.2.1",
"description": "The API Client for Yandex Predictor",
"main": "client.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "./node_modules/.bin/eslint client.js"
},
"keywords": [
"yandex",
"predictor",
"api",
"client"
],
"author": "Kolja P",
"license": "MIT",
"dependencies": {
"request": "^2.88.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ptaberg/yandex-predictor.git"
},
"bugs": {
"url": "https://github.com/ptaberg/yandex-predictor/issues"
},
"homepage": "https://github.com/ptaberg/yandex-predictor#readme",
"devDependencies": {
"eslint": "^5.8.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0"
}
}