{
  "name": "caesium-core",
  "version": "0.3.0",
  "description": "Generic interfaces and functions which will be useful to any project",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "live-server --open=test/index.html",
    "build": "tsc",
    "clean": "python3 tools/clean",
    "prepare": "cp dist/src/* ."
  },
  "keywords": [
    "typescript",
    "utils",
    "caesium"
  ],
  "author": "Thomas Stephenson <ovangle@gmail.com>",
  "license": "MIT",
  "peerDependencies": {
    "reflect-metadata": "~0.1.8"
  },
  "devDependencies": {
    "jasmine-core": "2.4.1",
    "live-server": "^0.8.2",
    "systemjs": "^0.19.27",
    "typescript": "^1.8.10"
  }
}
