{
  "name": "identifiers-nct",
  "version": "0.1.1",
  "description": "Extract, validate and normalize National Clinical Trials IDs.",
  "keywords": [
    "nct",
    "national",
    "clinical",
    "trials",
    "identifiers"
  ],
  "main": "./lib/nct.js",
  "repository": "https://github.com/altmetric/identifiers-nct",
  "bugs": "https://github.com/altmetric/identifiers-nct/issues",
  "author": "Jonathan Hernandez",
  "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"
  }
}
