caarlos0/FRaaS

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "fraas",
  "version": "0.0.0",
  "description": "FakeRT as a Servuce",
  "main": "app.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/caarlos0/FRaaS.git"
  },
  "dependencies": {
    "express": "~4.10.4",
    "mustache-express": "~1.2.0"
  },
  "devDependencies": {
    "gulp-mocha": "~1.1.0",
    "gulp-jshint": "~1.0.0",
    "gulp": "~3.8.8",
    "jshint-stylish": "~1.0.0",
    "mocha": "~2.0.1",
    "istanbul": "~0.3.2",
    "coveralls": "~2.11.2"
  },
  "engines": {
    "node": ">=0.10"
  },
  "scripts": {
    "test": "istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
  },
  "author": "Carlos Alexandro Becker",
  "license": "MIT"
}