nuxt-multifeed-yandex-market
Version:
A Nuxt.js module that generates an XML file for Yandex.Market
77 lines (76 loc) • 1.67 kB
JSON
{
"name": "nuxt-multifeed-yandex-market",
"version": "0.0.1",
"description": "A Nuxt.js module that generates an XML file for Yandex.Market",
"contributors": [
{
"name": "Ilya Protas",
"email": "art-i-fakt@ya.ru"
}
],
"scripts": {
"lint": "eslint index.js",
"test": "yarn run lint && jest -u --detectOpenHandles"
},
"engines": {
"node": ">=8.0.0",
"npm": ">=5.0.0"
},
"dependencies": {
"async-cache": "^1.1.0",
"fs-extra": "^7.0.1",
"yandex-market-language": "^0.3.0",
"moment": "^2.19.3"
},
"devDependencies": {
"eslint": "^5.12.1",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.15.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"jest": "^24.0.0",
"nuxt": "^2.3.4",
"request-promise-native": "^1.0.5"
},
"license": "MIT",
"main": "index.js",
"publishConfig": {
"access": "public"
},
"jest": {
"coveragePathIgnorePatterns": [
"/node_modules/",
"/test/fixture",
"/examples/"
],
"testEnvironment": "node",
"coverageThreshold": {
"global": {
"statements": 100,
"branches": 100,
"functions": 100,
"lines": 100
}
}
},
"repository": {
"type": "git",
"url": "https://github.com/0x080ff/nuxt-feed-yandex-market.git"
},
"bugs": {
"url": "https://github.com/0x080ff/nuxt-feed-yandex-market.git"
},
"keywords": [
"nuxtjs",
"wrapper",
"feed",
"yandex",
"яндекс",
"market",
"маркет",
"generator",
"yml",
"json"
]
}