FOGProject/fog-too

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "fog-too",
  "private": true,
  "version": "0.0.0",
  "description": "a Sails application",
  "keywords": [],
  "dependencies": {
    "base64url": "^3.0.1",
    "bcryptjs": "^2.4.0",
    "bluebird": "^3.4.7",
    "chalk": "^1.1.3",
    "cli-color": "^1.1.0",
    "clui": "^0.3.1",
    "core-js": "^2.4.1",
    "ejs": "3.0.1",
    "es6-promise": "^4.0.5",
    "express": "^4.14.0",
    "figlet": "^1.2.0",
    "flat": "^2.0.1",
    "grunt": "1.0.1",
    "grunt-contrib-clean": "1.0.0",
    "grunt-contrib-coffee": "1.0.0",
    "grunt-contrib-concat": "1.0.1",
    "grunt-contrib-copy": "1.0.0",
    "grunt-contrib-cssmin": "1.0.1",
    "grunt-contrib-jst": "1.0.0",
    "grunt-contrib-less": "1.3.0",
    "grunt-contrib-uglify": "1.0.1",
    "grunt-contrib-watch": "1.0.0",
    "grunt-sails-linker": "~0.10.1",
    "grunt-sync": "0.5.2",
    "include-all": "^1.0.8",
    "inquirer": "^2.0.0",
    "jsonwebtoken": "^7.2.1",
    "lodash": "^4.17.4",
    "minimist": "^1.2.0",
    "node-forge": "^0.10.0",
    "node-uuid": "^1.4.7",
    "node-wol": "^0.1.1",
    "progress-stream": "^1.2.0",
    "rc": "1.0.1",
    "recursive-copy": "^2.0.5",
    "reflect-metadata": "^0.1.2",
    "rimraf": "^2.5.4",
    "sails": "~0.12.9",
    "sails-disk": "~0.10.9",
    "sails-mongo": "^0.12.1",
    "sails-util-mvcsloader": "^0.4.0",
    "systemjs": "0.19.27",
    "tftp": "^0.1.2",
    "umzug": "^1.11.0",
    "validator": "^6.2.1",
    "zone.js": "^0.6.23"
  },
  "scripts": {
    "debug": "node debug app.js",
    "start": "node app.js",
    "test": "node ./node_modules/mocha/bin/mocha test/bootstrap.test.js test/integration/**/*.test.js"
  },
  "main": "app.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/anonymous node/sails user/fog-too.git"
  },
  "author": "FOG Project",
  "license": "GPL v3",
  "devDependencies": {
    "barrels": "^1.6.4",
    "chai": "^3.5.0",
    "mocha": "^3.2.0",
    "sails-memory": "^0.10.7",
    "should": "^11.1.2",
    "supertest": "^2.0.1"
  }
}