{
  "name": "microplate",
  "version": "2.7.1",
  "description": "A module for parsing, reading & writing microtiter plate layouts in XSLX format.",
  "main": "dist/index.js",
  "keywords": [
    "microplate",
    "microwell",
    "biology",
    "laboratory",
    "excel",
    "biojs"
  ],
  "directories": {
    "example": "example",
    "test": "test"
  },
  "scripts": {
    "test": "mocha --compilers js:mocha-babel test/*.js",
    "compile": "babel -d dist/ src/ --stage=0 --module=common",
    "prepublish": "npm run compile"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/biosustain/microplate.git"
  },
  "author": "Lars Schöning",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/biosustain/microplate/issues"
  },
  "homepage": "https://github.com/biosustain/microplate",
  "devDependencies": {
    "babel": "^5.5.8",
    "chai": "^3.0.0",
    "gulp": "^3.8.11",
    "gulp-babel": "^5.1.0",
    "gulp-util": "^3.0.4",
    "mocha": "^2.2.5",
    "mocha-babel": "^3.0.0",
    "requirejs": "^2.1.17"
  },
  "peerDependencies": {
    "xlsx": "^0.7.8"
  },
  "jspm": {}
}