{
  "name": "biojs-vis-sequence",
  "description": "Display a protein/nucleotide sequence",
  "version": "0.1.9",
  "homepage": "http://github.com/ebi-uniprot/biojs-vis-sequence",
  "repository": {
    "type": "git",
    "url": "git://github.com/ebi-uniprot/biojs-vis-sequence"
  },
  "author": {
    "name": "BioJS",
    "email": "biojs-technical@googlegroups.com"
  },
  "contributors": [
    {
      "name": "John Gomez Carvajal"
    },
    {
      "name": "Leyla Jael Garcia Castro",
      "email": "ljgarcia@ebi.ac.uk"
    },
    {
      "name": "Sebastian Wilzbach"
    }
  ],
  "dependencies": {
    "biojs-events": "0.0.4",
    "biojs-io-fasta": "^0.1.12",
    "copy2clipboard": "^1.0.0",
    "jquery": "^2.1.1",
    "jquery-browser-plugin": "0.0.6",
    "js-class": "0.0.2"
  },
  "keywords": [
    "biojs",
    "sequence",
    "galaxy-vis"
  ],
  "main": "lib/index.js",
  "scripts": {
    "test": "gulp test",
    "build": "gulp build",
    "build-browser": "gulp build-browser",
    "build-browser-min": "gulp build-browser-gzip",
    "prepublish": "gulp",
    "sniper": "biojs-sniper .",
    "watch": "gulp watch"
  },
  "devDependencies": {
    "biojs-sniper": "0.0.4",
    "blanket": "^1.1.6",
    "browserify": "^5.12.1",
    "chai": "^1.9.1",
    "coveralls": "^2.11.1",
    "gulp": "^3.8.8",
    "gulp-chmod": "^1.1.1",
    "gulp-coveralls": "^0.1.3",
    "gulp-gzip": "0.0.8",
    "gulp-jshint": "^1.8.4",
    "gulp-mocha": "^1.0.0",
    "gulp-mocha-phantomjs": "^0.5.0",
    "gulp-rename": "^1.2.0",
    "gulp-rimraf": "^0.1.0",
    "gulp-streamify": "0.0.5",
    "gulp-uglify": "^1.0.1",
    "gulp-watch": "^1.0.2",
    "mkdirp": "^0.5.0",
    "mocha": "~1.20.1",
    "vinyl-source-stream": "^1.0.0",
    "watchify": "^1.0.2"
  },
  "sniper": {
    "js": [
      "http://code.jquery.com/jquery-1.11.0.min.js",
      "/build/sequence.js"
    ],
    "snippets": [
      "snippets"
    ],
    "first": "example"
  },
  "galaxy": {
    "datatypes": [
      "sequence.Fasta",
      "sequences"
    ]
  },
  "license": "Apache 2"
}
