{
  "name": "onml",
  "version": "2.1.0",
  "description": "JSONML Library",
  "main": "index.js",
  "scripts": {
    "test": "eslint *.js && nyc mocha",
    "browserify": "browserify --standalone onml index.js > build/onml.js",
    "prepublish": "npm run test && mkdir -p build && npm run browserify"
  },
  "files": [
    "build/onml.js",
    "*.js"
  ],
  "unpkg": "build/onml.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/drom/onml.git"
  },
  "keywords": [
    "jsonml",
    "xml",
    "html",
    "svg"
  ],
  "author": "Aliaksei Chapyzhenka",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/drom/onml/issues"
  },
  "homepage": "https://github.com/drom/onml#readme",
  "devDependencies": {
    "@drom/eslint-config": "^0.10.0",
    "browserify": "^16.2.2",
    "chai": "^4.1.2",
    "eslint": "^6.8.0",
    "mocha": "^7.0.0",
    "nyc": "^15.0.0"
  },
  "dependencies": {
    "sax": "^1.2.1"
  },
  "eslintConfig": {
    "extends": "@drom/eslint-config/eslint4/node8",
    "rules": {
      "no-console": 1
    }
  }
}
