UNPKG

539 BJSONView Raw
1{
2 "name": "ammo",
3 "description": "HTTP Range processing utilities",
4 "version": "3.0.3",
5 "repository": "git://github.com/hapijs/ammo",
6 "main": "lib/index.js",
7 "keywords": [
8 "http",
9 "range",
10 "utilities"
11 ],
12 "dependencies": {
13 "hoek": "6.x.x"
14 },
15 "devDependencies": {
16 "code": "5.x.x",
17 "lab": "17.x.x",
18 "wreck": "14.x.x"
19 },
20 "scripts": {
21 "test": "lab -a code -t 100 -L",
22 "test-cov-html": "lab -a code -r html -o coverage.html"
23 },
24 "license": "BSD-3-Clause"
25}