{
  "name": "ols-treeview",
  "version": "0.0.44",
  "description": "This is the standalone widget for the OLS treeview",

  "author": {
    "name": "lltommy",
    "email": "lltommy@felix-solution.com"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/LLTommy/ols-treeview.git"
  },
  "bugs": {
    "url": "https://github.com/LLTommy/ols-graphview/issues"
  },
  "licenses": [
    {
      "type": "Apache-2.0",
      "url": "https://github.com/LLTommy/ols-treeview/blob/master/LICENSE"
    }
  ],
  "main": "lib/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "mkdirp build && browserify -r ./:ols-treeview -o build/ols-treeview.js && gulp uglify",
    "install": "npm run build",
    "watch": "mkdirp build && watchify -r ./:ols-treeview -o build/ols-treeview.js",
    "uglify": "gulp uglify"
  },
  "dependencies" : {
    "jstorage": "0.4.8",
    "JSON2" : "0.1.0"
  },
  "devDependencies": {
    "babelify": "^7.2.0",
    "browserify": "6.x",
    "del": "^2.2.0",
    "gulp": "^3.9.0",
    "gulp-rename": "^1.2.2",
    "gulp-uglify": "^1.5.1",
    "mkdirp": "^0.5.0",
    "watchify": "^3.7.0"
  },
  "keywords": [
    "ontology",
    "ebi",
    "OLS",
    "Ontology",
    "Lookup",
    "Service",
    "biojs",
    "tree",
    "treeview"
  ]

}
