vitorbritto/optimus

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
    "private" : true,
    "name": "optimus",
    "version": "0.0.1",
    "description": "A lightning-fast way to run your tests with JavaScript.",
    "author": {
        "name": "Vitor Britto",
        "email": "code@vitorbritto.com.br",
        "url": "http://vitorbritto.com.br"
    },
    "keywords": ["optimus", "test runner", "unit tests", "generator"],
    "main": "optimus.js",
    "license": "MIT",
    "engines": {
        "node": ">= 0.10.0"
    },
    "scripts": {
        "test": "gulp test"
    },
    "bugs": {
        "url": "https://github.com/vitorbritto/optimus/issues"
    },
    "repository": {
        "type": "git",
        "url": "https://vitorbritto@github.com/vitorbritto/optimus.git"
    },
    "dependencies": {
        "cli-color": "~0.2.2",
        "shelljs": "~0.2.6",
        "inquirer": "~0.3.5"
    },
    "devDependencies": {
        "mocha": "~1.10.0",
        "chai": "~1.8.0",
        "gulp": "~3.5.0",
        "gulp-jshint": "~1.3.4",
        "gulp-mocha": "~0.4.1",
        "jshint-stylish": "~0.1.5"
    }
}