{ "name": "human-interval", "version": "1.0.0", "description": "Human readable time measurements", "main": "index.js", "scripts": { "test": "xo && ava" }, "repository": { "type": "git", "url": "git://github.com/agenda/human-interval" }, "keywords": [ "interval", "time", "date" ], "author": "Ryan Schmukler (http://slingingcode.com/)", "license": "MIT", "bugs": { "url": "https://github.com/agenda/human-interval/issues" }, "devDependencies": { "ava": "^2.0.0", "xo": "^0.24.0" }, "xo": { "space": 2, "rules": { "space-before-function-paren": [ "error", "never" ], "max-params": [ "error", 5 ], "max-nested-callbacks": [ "error", 5 ] }, "envs": [ "node" ] } }