Newer
Older
li-add-unpaywall / package.json
@niederle niederle on 28 Sep 2022 640 bytes 1.2.3
{
  "name": "li-add-unpaywall",
  "version": "1.2.3",
  "main": "index.js",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "ssh://istex@vsistex.intra.inist.fr:22222/istex/li-add-unpaywall.git"
  },
  "keywords": [
    "istex"
  ],
  "author": "mounir .b",
  "license": "GNU",
  "dependencies": {
    "got": "^11.8.2",
    "lodash": "^4.17.21"
  },
  "devDependencies": {
    "chai": "^3.4.0",
    "eslint": "^8.18.0",
    "eslint-config-standard": "^17.0.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-n": "^15.2.3",
    "eslint-plugin-promise": "^6.0.0",
    "mocha": "^9.2.2"
  }
}