gerich-home/it-depends

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "it-depends",
  "version": "3.3.0",
  "description": "Lightweight dependency tracking library for JavaScript",
  "files": [
    "out/dist"
  ],
  "main": "out/dist/it-depends.js",
  "dependencies": {},
  "devDependencies": {
    "benchmark": "^2.1.4",
    "browserify": "^16.2.3",
    "chai": "^4.2.0",
    "coveralls": "^3.0.2",
    "del": "^3.0.0",
    "gh-pages": "^2.0.0",
    "gulp": "~3.9.0",
    "gulp-benchmark": "^1.1.1",
    "gulp-bump": "^3.1.1",
    "gulp-coverage": "^0.3.38",
    "gulp-coveralls": "^0.1.4",
    "gulp-fail": "^1.0.1",
    "gulp-header": "^2.0.5",
    "gulp-if": "^2.0.0",
    "gulp-load-plugins": "^1.5.0",
    "gulp-mocha": "^6.0.0",
    "gulp-mocha-phantomjs": "^0.12.2",
    "gulp-rename": "^1.4.0",
    "gulp-sequence": "^1.0.0",
    "gulp-sourcemaps": "^2.6.4",
    "gulp-template": "^5.0.0",
    "gulp-tslint": "^8.1.3",
    "gulp-typescript": "^4.0.2",
    "gulp-uglify": "^3.0.1",
    "knockout": "^3.4.0",
    "lodash": "^4.5.1",
    "merge2": "^1.0.1",
    "mocha": "^5.2.0",
    "mocha-appveyor-reporter": "^0.4.1",
    "requirejs": "^2.1.22",
    "through2": "^2.0.3",
    "tsify": "^4.0.0",
    "tslint": "^5.11.0",
    "typescript": "^3.1.1",
    "vinyl-buffer": "^1.0.0",
    "vinyl-source-stream": "^2.0.0"
  },
  "scripts": {},
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gerich-home/it-depends.git"
  },
  "keywords": [
    "dependency",
    "tracker",
    "dependency-tracker",
    "dependencytracker",
    "lightweight"
  ],
  "author": "Sergey Gerasimov",
  "license": "SEE LICENSE IN license.md",
  "bugs": {
    "url": "https://github.com/gerich-home/it-depends/issues"
  },
  "homepage": "https://github.com/gerich-home/it-depends#readme"
}