{
  "name": "graphql-subscriptions",
  "version": "0.0.5",
  "description": "GraphQL subscriptions for node.js",
  "main": "dist/index.js",
  "dependencies": {
    "es6-promise": "^3.2.1",
    "graphql": "^0.6.2"
  },
  "scripts": {
    "compile": "tsc",
    "typings": "typings install",
    "pretest": "npm run compile",
    "test": "npm run testonly --",
    "posttest": "npm run lint",
    "lint": "tslint ./src/**/*.ts",
    "watch": "tsc -w",
    "testonly": "mocha --reporter spec --full-trace ./dist/test/tests.js",
    "coverage": "node ./node_modules/istanbul/lib/cli.js cover _mocha -- --full-trace ./dist/test/tests.js",
    "postcoverage": "remap-istanbul --input coverage/coverage.raw.json --type lcovonly --output coverage/lcov.info"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "istanbul": "1.0.0-alpha.2",
    "mocha": "^3.0.0",
    "remap-istanbul": "^0.6.4",
    "tslint": "^3.13.0",
    "typescript": "^1.8.10",
    "typings": "^1.3.2"
  },
  "typings": "dist/index.d.ts",
  "typescript": {
    "definition": "dist/index.d.ts"
  }
}
