{
  "name": "physiojs-es",
  "version": "0.1.14",
  "description": "Package for reading/writing time-series psychophysiological data in human readable, json-based format",
  "repository": {
    "type": "git",
    "url": "git@github.com:sybilla/physiojs.git"
  },
  "keywords": [
    "psychophysiological",
    "loading",
    "data"
  ],
  "author": "Sybilla Technologies",
  "contributors": [
    {
      "name": "Michał Drzał",
      "email": "michal.drzal@sybillatechnologies.com"
    }
  ],
  "license": "LicenseRef-LICENSE.txt",
  "bugs": {
    "url": "https://github.com/sybilla/physiojs/issues"
  },
  "homepage": "https://github.com/sybilla/physiojs#readme",
  "devDependencies": {
    "browserify": "^13.0.0",
    "chai": "^3.5.0",
    "es6-promise": "^3.1.2",
    "google-closure-compiler": "^20160208.5.0",
    "mocha": "^2.4.5",
    "npm-run-all": "^1.7.0",
    "rimraf": "^2.5.2",
    "source-map-support": "^0.4.0",
    "systemjs-builder": "^0.10.6",
    "tslint": "^3.7.1",
    "typescript": "^1.8.9",
    "xhr2": "^0.1.3"
  },
  "main": "physiojs.js",
  "typings": "physiojs.d.ts",
  "dependencies": {
    "es6-promise": "^3.1.2",
    "ncp": "^2.0.0",
    "typings": "^2.1.1",
    "uuid": "^3.1.0"
  }
}