devstaff-crete/DevStaff-Heraklion

View on GitHub
meetups/meetup05-Testing/package.json

Summary

Maintainability
Test Coverage
{
  "name": "string_calculator",
  "description": "Practicing TDD on the string calculator code kata.",
  "version": "1.0.0",
  "author": {
    "name": "Nikolas Vourlakis",
    "email": "nvourlakis@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "none"
  },
  "bugs": {
    "url": ""
  },
  "main": "lib/string_calculator",
  "engines": {
    "node": ">= 0.10.0"
  },
  "scripts": {
    "test": "grunt mochaTest"
  },
  "dependencies": {
    "lodash": "^3.10.1"
  },
  "devDependencies": {
    "chai": "^3.4.1",
    "grunt": "~0.4.5",
    "grunt-contrib-jshint": "^0.11.2",
    "grunt-jscs": "^1.8.0",
    "grunt-mocha-test": "^0.12.7",
    "jit-grunt": "^0.9.1",
    "jscs": "latest",
    "mocha": "^2.3.4"
  },
  "keywords": []
}