UNPKG

1.41 kBJSONView Raw
1{
2 "name": "numeral",
3 "version": "2.0.6",
4 "description": "Format and manipulate numbers.",
5 "homepage": "http://numeraljs.com",
6 "author": {
7 "name": "Adam Draper",
8 "email": "adamwdraper@gmail.com",
9 "url": "http://github.com/adamwdraper"
10 },
11 "keywords": [
12 "numeral",
13 "number",
14 "format",
15 "time",
16 "money",
17 "percentage"
18 ],
19 "main": "./numeral.js",
20 "engines": {
21 "node": "*"
22 },
23 "repository": {
24 "type": "git",
25 "url": "https://github.com/adamwdraper/Numeral-js"
26 },
27 "bugs": {
28 "url": "https://github.com/adamwdraper/Numeral-js/issues"
29 },
30 "license": "MIT",
31 "devDependencies": {
32 "chai": "^3.5.0",
33 "grunt": "latest",
34 "grunt-contrib-copy": "^1.0.0",
35 "grunt-contrib-jshint": "latest",
36 "grunt-contrib-nodeunit": "1.0.0",
37 "grunt-contrib-uglify": "latest",
38 "grunt-karma": "^2.0.0",
39 "grunt-mocha-test": "^0.13.2",
40 "grunt-saucelabs": "*",
41 "grunt-string-replace": "^1.3.1",
42 "karma": "^1.3.0",
43 "karma-chai": "^0.1.0",
44 "karma-chrome-launcher": "^2.0.0",
45 "karma-firefox-launcher": "^1.0.0",
46 "karma-mocha": "^1.3.0",
47 "karma-mocha-reporter": "^2.2.1",
48 "karma-sauce-launcher": "^1.1.0",
49 "load-grunt-tasks": "^3.5.2",
50 "mocha": "^3.1.2",
51 "uglify-js": "latest"
52 },
53 "scripts": {
54 "test": "grunt"
55 },
56 "ender": "./ender.js",
57 "_id": "numeral@1.5.4",
58 "_from": "numeral"
59}