{
  "name": "subsystems",
  "version": "0.2.3",
  "description": "simple dependency injection",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/Maartyl/subsystems-js.git"
  },
  "scripts": {
    "test": "NODE_ENV=test ./node_modules/.bin/mocha --reporter spec --require coffee-script/register --compilers coffee:coffee-script --recursive",
    "watch": "coffee -cwm -o bin-js src",
    "prepare": "ln -s ../bin-js node_modules/p"
  },
  "keywords": [
    "component",
    "system",
    "subsystem",
    "dependency",
    "injection",
    "manager"
  ],
  "author": "maartyl",
  "license": "ISC",
  "dependencies": {
    "debug": "^2.2.0",
    "toposort": "^1.0.0"
  },
  "devDependencies": {
    "chai": "*",
    "coffee-script": "^1.10.0",
    "mocha": "*"
  }
}
