{
  "name": "js-tree",
  "version": "2.0.2",
  "description": "Tree structure in javascript",
  "main": "index.js",
  "scripts": {
    "build": "rm -rf dist && babel src --out-dir dist --ignore '*.test.js'",
    "test": "jest --coverage",
    "pretest": "npm run build",
    "prepublish": "npm test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/swiftcarrot/js-tree.git"
  },
  "keywords": [
    "tree"
  ],
  "author": "Wang Zuo",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/swiftcarrot/js-tree/issues"
  },
  "homepage": "https://github.com/swiftcarrot/js-tree",
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-jest": "^21.0.2",
    "babel-preset-env": "^1.6.0",
    "jest": "^21.1.0"
  },
  "jest": {
    "collectCoverageFrom": [
      "src/**/*.js"
    ]
  },
  "babel": {
    "presets": [
      "env"
    ]
  }
}
