{
  "name": "identifiers-arxiv",
  "version": "0.1.1",
  "description": "Extract, validate and normalize arXiv IDs.",
  "keywords": [
    "arxiv",
    "identifiers"
  ],
  "main": "./lib/arxiv.js",
  "repository": "https://github.com/altmetric/identifiers-arxiv",
  "bugs": "https://github.com/altmetric/identifiers-arxiv/issues",
  "author": "Paul Mucur",
  "license": "MIT",
  "engines": {
    "node": ">= 4"
  },
  "devDependencies": {
    "babel-cli": "^6.24.1",
    "babel-jest": "^20.0.3",
    "babel-preset-es2015": "^6.24.1",
    "eslint": "^3.15.0",
    "jest": "^18.1.0"
  },
  "scripts": {
    "pretest": "yarn compile && eslint src tests",
    "test": "jest",
    "compile": "babel src -d lib",
    "prepublish": "yarn compile"
  },
  "jest": {
    "testEnvironment": "node"
  }
}
