{ "name": "@elastic/numeral", "version": "2.5.1", "description": "Fork of numeraljs for use in Kibana", "authors": [ "Adam Draper (http://github.com/adamwdraper)", "Spencer Alger ", "Chris Earle " ], "scripts": { "test": "grunt", "build": "grunt build-languages" }, "main": "./numeral.js", "engines": { "node": ">= 0.10" }, "repository": { "type": "git", "url": "git+https://github.com/elastic/numeral-js.git" }, "bugs": { "url": "https://github.com/elastic/numeral-js/issues" }, "license": "MIT", "devDependencies": { "grunt": "^1.0.1", "grunt-cli": "^1.2.0", "grunt-contrib-jshint": "^1.0.0", "grunt-contrib-nodeunit": "^1.0.0", "prettier": "*" } }