jmeas/consecutive-segments.js

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "consecutive-segments.js",
  "version": "1.0.0",
  "description": "Group consecutive segments.",
  "main": "dist/consecutive-segments",
  "scripts": {
    "test": "gulp"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jmeas/consecutive-segments.js.git"
  },
  "keywords": [
    "segments",
    "time",
    "calendar",
    "event",
    "data",
    "visualization",
    "grouping"
  ],
  "author": "Jmeas",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jmeas/consecutive-segments.js/issues"
  },
  "homepage": "https://github.com/jmeas/consecutive-segments.js",
  "devDependencies": {
    "6to5": "3.3.3",
    "browserify": "8.1.1",
    "chai": "^1.10.0",
    "del": "^1.1.1",
    "esperanto": "^0.6.7",
    "gulp": "3.8.10",
    "gulp-6to5": "^3.0.0",
    "gulp-file": "^0.2.0",
    "gulp-filter": "^2.0.0",
    "gulp-istanbul": "^0.6.0",
    "gulp-jshint": "^1.9.0",
    "gulp-livereload": "^3.4.0",
    "gulp-load-plugins": "^0.8.0",
    "gulp-mocha": "^2.0.0",
    "gulp-notify": "^2.1.0",
    "gulp-plumber": "^0.6.6",
    "gulp-rename": "^1.2.0",
    "gulp-sourcemaps": "^1.3.0",
    "gulp-uglifyjs": "^0.5.0",
    "isparta": "1.0.1",
    "jshint-stylish": "^1.0.0",
    "mocha": "2.1.0",
    "run-sequence": "^1.0.2",
    "sinon": "1.12.2",
    "sinon-chai": "^2.6.0",
    "vinyl-source-stream": "^1.0.0"
  },
  "dependencies": {
    "moment": "^2.9.0",
    "underscore": "1.4.4 - 1.7.0"
  }
}