{
  "$schema": "http://json.schemastore.org/package#",
  "description": "We will save you!!!1",
  "devDependencies": {
    "dts-generator": "1.6.x",
    "tsd": "0.6.x",
    "tslint": "3.1.x",
    "typescript": "1.7.x"
  },
  "name": "spaceraccoons",
  "preferGlobal": false,
  "author": {
    "email": "info@cathive.com",
    "name": "The Cat Hive Developers",
    "url": "http://www.cathive.com/"
  },
  "contributors": [
    {
      "email": "headcr4sh@gmail.com",
      "name": "Benjamin P. Jung"
    }
  ],
  "license": "BSD-3-Clause-Attribution",
  "repository": {
    "type": "git",
    "url": "https://github.com/headcr4sh/spaceraccoons.git"
  },
  "scripts": {
    "_prepare": "tsd install",
	  "_compile-es6": "tsc",
	  "_create-typings": "dts-generator --name spaceraccoons --out ./lib/spaceraccoons.d.ts --project . --project .",
	  "prepublish": "npm run-script -s _prepare && npm run-script -s _compile-es6 && npm run-script -s _create-typings"  
  },
  "typings": "lib/spaceraccoons.d.ts",
  "version": "0.0.1"
}