Newer
Older
libxmljs-extra / package.json
@dreptin dreptin on 28 Apr 2021 439 bytes Initial commit
{
  "name": "libxmljs-extra",
  "version": "1.0.0",
  "description": "Library of functions to complement libxmljs.",
  "main": "index.js",
  "scripts": {
    "test": "mocha"
  },
  "author": "Clément Dreptin",
  "license": "MIT",
  "devDependencies": {
    "chai": "^4.3.4",
    "eslint": "^7.25.0",
    "eslint-config-airbnb-base": "^14.2.1",
    "eslint-plugin-import": "^2.22.1",
    "libxmljs": "^0.19.7",
    "mocha": "^8.3.2"
  }
}