{
  "name": "anthtrigger",
  "version": "0.1.14",
  "description": "Trigger events via http service",
  "main": "index.js",
  "scripts": {
    "test": "mocha --compilers coffee:coffee-script/register -R spec",
    "start": "node setup.js"
  },
  "bin": {
    "anthtrigger": "./setup.js"
  },
  "author": "ijse",
  "license": "MIT",
  "engines": {
    "node": ">=0.10.25"
  },
  "dependencies": {
    "adm-zip": "~0.4.4",
    "body-parser": "~1.4.3",
    "coffee-script": "~1.7.1",
    "compare-version": "^0.1.2",
    "connect": "~3.0.1",
    "connect-mongo": "~0.4.1",
    "cookie-parser": "~1.3.2",
    "express": "~4.4.4",
    "express-session": "~1.6.4",
    "moment": "~2.8.1",
    "mongoose": "~3.8.13",
    "mongoose-id-autoinc2": "~1.0.3",
    "morgan": "~1.1.1",
    "optimist": "~0.6.1",
    "pinyin": "~2.3.3",
    "pm2": "~0.9.2",
    "prompt": "~0.2.13",
    "thenjs": "~1.3.4"
  },
  "devDependencies": {
    "mocha": "~1.20.1",
    "supertest": "~0.13.0",
    "should": "~4.0.4",
    "grunt-express-server": "~0.4.17",
    "grunt-contrib-copy": "~0.5.0",
    "grunt-contrib-clean": "~0.5.0",
    "grunt-open": "~0.2.3",
    "grunt-contrib-coffee": "~0.10.1",
    "time-grunt": "~0.4.0",
    "load-grunt-tasks": "~0.6.0",
    "grunt": "~0.4.5",
    "grunt-contrib-watch": "~0.6.1",
    "grunt-contrib-less": "~0.11.3",
    "grunt-sonar-runner": "~2.3.1"
  }
}
