{
  "name": "ts-collections",
  "version": "0.0.16",
  "license": "MIT",
  "scripts": {
    "clean": "npm cache clean",
    "tsc-build": "node \"node_modules/typescript/bin/tsc\"",
    "deploy": "npm install && npm run tsc-build && npm publish ./"
  },
  "peerDependencies": {
    "core-js": "~2.4.0"
  },
  "devDependencies": {
    "core-js": "~2.4.0",
    "lodash": "4.16.4",
    "jasmine-core": "2.4.1",

    "karma": "1.2.0",
    "karma-chrome-launcher": "2.0.0 ",
    "karma-coverage": "1.1.1",
    "karma-jasmine": "1.0.2",
    "karma-webpack": "1.8.0",

    "awesome-typescript-loader": "2.2.1",
    "ts-helpers": "1.1.1",
    "ts-node": "1.3.0",
    "tslint": "3.15.1",
    "tslint-loader": "2.1.3",
    "typescript": "2.0.0",
    "@types/core-js": "0.9.28",
    "@types/node": "6.0.38",
    "@types/jasmine": "2.2.29",
    "@types/lodash": "4.14.37",

    "webpack": "2.1.0-beta.21"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/apoterenko/ts-collections.git"
  },
  "bugs": {
    "url": "https://github.com/apoterenko/ts-collections/issues"
  },
  "engines": {
    "node": ">= 4.2.1",
    "npm": ">= 3"
  }
}
