hoschi/sweetp-service-project-context-manager

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "sweetp-project-context-manager",
  "version": "0.1.0",
  "main": "main.js",
  "description": "Sweetp service to manage project context.",
  "homepage": "https://github.com/hoschi/sweetp-project-context-manager",
  "bugs": "https://github.com/hoschi/sweetp-project-context-manager/issues",
  "author": {
    "name": "Stefan Gojan",
    "email": "vollekannehoschi@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/hoschi/sweetp-project-context-manager"
  },
  "license": "MIT",
  "keywords": [
    "sweetp",
    "workspace",
    "issues",
    "tickets"
  ],
  "devDependencies": {
    "chai": "~1.9.1",
    "grunt-codeclimate": "0.0.1-1",
    "grunt-contrib-jshint": "^0.10.0",
    "grunt-contrib-watch": "^0.6.1",
    "grunt-mocha-cov": "~0.2.1",
    "jshint-stylish": "^0.2.0",
    "load-grunt-tasks": "^0.4.0",
    "nock": "~0.46.0",
    "rewire": "^2.3.1",
    "semaphore": "^1.0.2",
    "sinon": "~1.10.3"
  },
  "dependencies": {
    "arangojs": "~1.0.0",
    "async": "~0.9.0",
    "l33teral": "~2.0.4",
    "lodash": "~2.4.1",
    "nconf": "~0.6.9",
    "ramda": "^0.13.0",
    "sweetp-base": "~1.0.0"
  },
  "config": {
    "blanket": {
      "pattern": [
        "src"
      ]
    }
  }
}