{
  "name": "biojs-vis-wigexplorer",
  "description": "visualization a wig formatted file",
  "version": "0.0.6",
  "homepage": "https://github.com/anilthanki/biojs-vis-wigexplorer",
  "author": {
    "name": "Anil S. Thanki",
    "email": "anil.thanki@earlham.ac.uk"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/anilthanki/biojs-vis-wigexplorer.git"
  },
  "bugs": {
    "url": "https://github.com/anilthanki/biojs-vis-wigexplorer/issues"
  },
  "licenses": [
    {
      "type": "Apache 2",
      "url": "https://github.com/anilthanki/biojs-vis-wigexplorer/blob/master/LICENSE"
    }
  ],
  "main": "lib/biojs-vis-wigexplorer",
  "scripts": {
    "build": "gulp build",
    "build-browser": "gulp build-browser",
    "build-browser-min": "gulp build-browser-gzip",
    "prepublish": "gulp",
    "sniper": "biojs-sniper .",
    "watch": "gulp watch"
  },
  "dependencies": {
    "biojs-events": "0.0.4",
    "js-class": "0.0.2",
    "js-extend": "0.0.2"
  },
  "devDependencies": {
    "biojs-sniper": "^0.0.4",
    "browserify": "5.x",
    "del": "^0.1.3",
    "gulp": "^3.8.8",
    "gulp-chmod": "^1.1.1",
    "gulp-gzip": "0.0.8",
    "gulp-rename": "^1.2.0",
    "gulp-streamify": "^0.0.5",
    "gulp-uglify": "^1.0.1",
    "gulp-util": "^3.0.1",
    "gulp-watch": "^1.0.2",
    "mkdirp": "^0.5.0",
    "vinyl-source-stream": "^1.0.0",
    "watchify": "^1.0.6"
  },
  "shields": {
    "test": {
      "img": "https://travis-ci.org/anilthanki/biojs-vis-wigexplorer.svg?branch=master",
      "href": "https://travis-ci.org/anilthanki/biojs-vis-wigexplorer"
    }
  },
  "sniper": {
    "js": [
      "http://d3js.org/d3.v2.min.js",
      "https://code.jquery.com/jquery-1.11.1.min.js",
      "/static/jquery-1.9.1.min.js",
      "/static/jquery-ui-1.8.2.custom.min.js",
      "/static/jquery.tooltip.js",
      "/build/biojsviswigexplorer.js"
    ],
    "css": [
      "/static/jquery-ui-1.8.2.css",
      "/static/jquery-ui-1.8.2.css"
    ],
    "snippets": [
      "snippets"
    ],
    "first": "simple_example"
  },
  "keywords": [
    "wig",
    "wigexplorer",
    "biojs"
  ]
}
