e-ucm/rage-analytics-games

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
    "name": "Rage-Analytics-Games",
    "version": "0.0.1",
    "private": true,
    "apidoc": {
        "description": "API documentation",
        "title": "API doc",
        "url" : "/api"
    },
    "author": "e-UCM Research Group",
    "license": "Apache 2.0",
    "scripts": {
        "docker-start": "npm run fast-setup && npm run routes-signup && npm start",
        "jscs-fix": "jscs . --fix",
        "start": "node ./bin/www",
        "lint": "jshint --verbose . && npm run jscs-fix",
        "setup": "./bin/setup.js",
        "fast-setup": "NODE_ENV=test ./bin/setup.js",
        "routes-signup": "./bin/signup-app.js",
        "test": "npm run lint && NODE_ENV=test ./node_modules/mocha/bin/_mocha -R spec",
        "test-win": "npm run lint && set NODE_ENV=test&& mocha -R spec",
        "test-travis": "npm run lint && npm run fast-setup && NODE_ENV=test ./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- -R spec"
    },
    "dependencies": {
        "body-parser": "^1.14.x",
        "cookie-parser": "~1.4.x",
        "debug": "~2.2.x",
        "express": "~4.13.x",
        "jade": "*",
        "jade-bootstrap":"*",
        "morgan": "^1.6.x",
        "wrench": "*"
    },
    "devDependencies": {
        "async": "*",
        "coveralls": "*",
        "handlebars": "*",
        "jscs": "*",
        "istanbul": "*",
        "jshint": "*",
        "mocha": "*",
        "promptly": "*",
        "request": "*",
        "should": "*",
        "supertest": "*"
    }
}