Samisdat/ddns

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "docker",
  "version": "0.2.1",
  "description": "dockerized ddns",
  "private": true,
  "main": "index.js",
  "scripts": {
    "test": "grunt test"
  },
  "repository": {
    "type": "git",
    "url": "git@git.samisdat.org:samisdat/ddns.git"
  },
  "keywords": [
    "docker",
    "ddns"
  ],
  "author": "samisdat",
  "license": "MIT",
  "devDependencies": {
    "chai": "^3.5.0",
    "grunt": "^0.4.5",
    "grunt-bumpup": "^0.6.3",
    "grunt-exec": "^0.4.6",
    "grunt-mocha-istanbul": "^3.0.1",
    "grunt-mocha-test": "^0.12.7",
    "gruntify-eslint": "^2.0.0",
    "istanbul": "^0.4.2",
    "load-grunt-config": "^0.19.1",
    "load-grunt-tasks": "^3.4.1",
    "mocha": "^2.4.5",
    "not-fs": "git://github.com/samisdat/not-fs.git#develop",
    "q": "^1.4.1",
    "time-grunt": "^1.3.0"
  },
  "dependencies": {
    "lodash": "^4.6.1"
  }
}