{
  "name": "cortex-scheduler",
  "version": "2.10.4",
  "description": "A simple scheduler library for Cortex applications.",
  "main": "lib/index.js",
  "scripts": {
    "test": "gulp test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/hkaya/cortex-scheduler.git"
  },
  "author": "Cortex Systems, LLC",
  "license": "GPL",
  "bugs": {
    "url": "https://github.com/hkaya/cortex-scheduler/issues"
  },
  "homepage": "http://www.cortexpowered.com",
  "devDependencies": {
    "chai": "^2.1.1",
    "coffee-script": "^1.9.1",
    "gulp": "^3.8.11",
    "gulp-coffee": "^2.3.1",
    "gulp-mocha": "^2.0.0",
    "gulp-util": "^3.0.4",
    "sinon": "^1.13.0",
    "sinon-chai": "^2.7.0",
    "vinyl-source-stream": "^1.1.0"
  }
}
