Newer
Older
li-harvest-hal / package.json
@mbouri mbouri on 10 Nov 2021 721 bytes feat: first commit
{
  "name": "li-harvest-hal",
  "version": "1.1.0",
  "main": "index.js",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "ssh://istex@vsistex.intra.inist.fr:22222/istex/li-harvest-hal.git"
  },
  "keywords": [
    "istex"
  ],
  "author": "mounir .b",
  "license": "GNU",
  "dependencies": {
    "chai": "^3.4.0",
    "mocha": "^2.3.3"
  },
  "devDependencies": {
    "chai": "^3.4.0",
    "eslint": "^7.32.0",
    "eslint-config-semistandard": "^16.0.0",
    "eslint-config-standard": "^16.0.3",
    "eslint-plugin-import": "^2.24.2",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^5.1.0",
    "eslint-plugin-standard": "^5.0.0",
    "mocha": "^2.3.3"
  }
}