Newer
Older
libxmljs-extra / package.json
{
  "name": "libxmljs-extra",
  "version": "1.0.0",
  "description": "Library of functions to complement libxmljs.",
  "main": "index.js",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "ssh://git@vxgit-externe.intra.inist.fr:22222/istex/libxmljs-extra.git"
  },
  "author": "Clément Dreptin",
  "license": "MIT",
  "dependencies": {
    "libxmljs": "^0.19.7"
  },
  "devDependencies": {
    "@babel/eslint-parser": "^7.13.14",
    "@babel/eslint-plugin": "^7.13.16",
    "@babel/plugin-syntax-class-properties": "^7.12.13",
    "@babel/preset-env": "^7.14.0",
    "chai": "^4.3.4",
    "eslint": "^7.25.0",
    "eslint-config-airbnb-base": "^14.2.1",
    "eslint-plugin-import": "^2.22.1",
    "mocha": "^8.3.2"
  }
}