Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
loop-ping / package.json
Size: Mime:
{
  "name": "loop-ping",
  "version": "1.0.6",
  "description": "Simple configurator event loop lag detector.",
  "main": "./src/index.js",
  "directories": {
    "doc": "docs"
  },
  "scripts": {
    "test": "make test",
    "build": "make build",
    "clean": "make clean"
  },
  "repository": {
    "type": "git",
    "url": "git@git.xogrp.com:LocalPartners/loop-ping.git"
  },
  "keywords": [
    "event-loop",
    "debug",
    "performance"
  ],
  "author": "Lam Chan",
  "license": "ISC",
  "devDependencies": {
    "del": "^1.1.1",
    "gulp": "^3.8.11",
    "gulp-bump": "^0.3.0",
    "gulp-mocha": "^2.0.1",
    "gulp-print": "^1.1.0",
    "gulp-shell": "^0.4.0",
    "mocha": "^2.2.1",
    "vinyl-paths": "^1.0.0"
  },
  "dependencies": {
    "joi": "^6.1.0",
    "lodash": "^3.6.0"
  }
}