Your IP : 216.73.216.17


Current Path : /etc/kibana/node_modules/ammo/
Upload File :
Current File : //etc/kibana/node_modules/ammo/package.json

{
  "name": "ammo",
  "description": "HTTP Range processing utilities",
  "version": "3.0.1",
  "repository": "git://github.com/hapijs/ammo",
  "main": "lib/index.js",
  "keywords": [
    "http",
    "range",
    "utilities"
  ],
  "engines": {
    "node": ">=8.9.0"
  },
  "dependencies": {
    "hoek": "5.x.x"
  },
  "devDependencies": {
    "code": "5.x.x",
    "lab": "15.x.x",
    "wreck": "14.x.x"
  },
  "scripts": {
    "test": "lab -a code -t 100 -L",
    "test-cov-html": "lab -a code -r html -o coverage.html"
  },
  "license": "BSD-3-Clause"
}