rodrigogs/kairos

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "kairos",
  "version": "2.1.3",
  "description": "A non date-based time calculator",
  "license": "BSD-2-Clause",
  "repository": "kairos",
  "author": {
    "name": "Rodrigo Gomes da Silva",
    "email": "rodrigo.smscom@gmail.com",
    "web": "https://github.com/rodrigogs"
  },
  "main": "./build/kairos-node.js",
  "scripts": {
    "test": "node test/node/test.js",
    "coverage": "istanbul cover gulp test -- -R spec",
    "gulp:init": "gulp init",
    "gulp:build": "gulp build",
    "gulp:test": "gulp test"
  },
  "keywords": [
    "time",
    "chronos",
    "calculator",
    "calc",
    "clock",
    "math"
  ],
  "devDependencies": {
    "assert": "^1.4.1",
    "codeclimate-test-reporter": "^0.4.0",
    "del": "^2.2.2",
    "gulp": "^3.9.1",
    "gulp-autoprefixer": "^3.1.1",
    "gulp-bower": "0.0.13",
    "gulp-concat": "^2.6.0",
    "gulp-esformatter": "^6.0.0",
    "gulp-header": "^1.8.8",
    "gulp-include": "^2.3.1",
    "gulp-jsdoc3": "^1.0.0",
    "gulp-jshint": "^2.0.1",
    "gulp-load-plugins": "^1.3.0",
    "gulp-strip-debug": "^1.1.0",
    "gulp-uglify": "^2.0.0",
    "gulp-webserver": "^0.9.1",
    "istanbul": "^0.4.5",
    "jasmine-core": "^2.5.2",
    "jshint": "^2.9.3",
    "jshint-stylish": "^2.2.1",
    "karma": "^1.3.0",
    "karma-chrome-launcher": "^2.0.0",
    "karma-coverage": "^1.1.1",
    "karma-firefox-launcher": "^1.0.0",
    "karma-jasmine": "^1.0.2",
    "karma-mocha": "^1.2.0",
    "karma-phantomjs-launcher": "^1.0.2",
    "mocha": "^3.1.2",
    "phantom": "^3.2.1",
    "phantomjs-prebuilt": "^2.1.13",
    "run-sequence": "^1.2.2"
  }
}