{
  "name": "@gamestdio/signals",
  "version": "1.0.0",
  "description": "Minimal Signal implementation for JavaScript.",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "scripts": {
    "test": "mocha --require ts-node/register test/**.test.ts",
    "tslint": "tslint",
    "prepublish": "tsc -d"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:gamestdio/Signals.git"
  },
  "keywords": ["Signal", "Signals"],
  "author": "Endel Dreyer",
  "contributors": [
    "Endel Dreyer <endel.dreyer@gmail.com>",
    "Bartosz Oczujda <boczujda@goodgamestudios.com>",
    "Tiago Schenkel <tiago.schenkel@gmail.com>"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/gamestdio/Signals/issues"
  },
  "homepage": "https://github.com/gamestdio/Signals#readme",
  "devDependencies": {
    "@types/bluebird": "^3.5.20",
    "@types/chai": "^4.1.2",
    "@types/mocha": "^5.0.0",
    "@types/sinon": "^4.3.0",
    "chai": "^4.1.2",
    "mocha": "^5.0.5",
    "sinon": "^5.0.0",
    "sinon-chai": "^3.0.0",
    "ts-loader": "^4.1.0",
    "ts-node": "^5.0.1",
    "tslint": "^5.9.1",
    "typescript": "^2.8.1"
  }
}
