UNPKG

1.34 kBJSONView Raw
1{
2 "name": "numeral",
3 "version": "1.5.4",
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-concat": "1.0.1",
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 "karma": "^1.3.0",
42 "karma-chai": "^0.1.0",
43 "karma-chrome-launcher": "^2.0.0",
44 "karma-firefox-launcher": "^1.0.0",
45 "karma-mocha": "^1.3.0",
46 "karma-mocha-reporter": "^2.2.1",
47 "karma-sauce-launcher": "^1.1.0",
48 "mocha": "^3.1.2",
49 "uglify-js": "latest"
50 },
51 "scripts": {
52 "test": "grunt"
53 },
54 "ender": "./ender.js",
55 "_id": "numeral@1.5.4",
56 "_from": "numeral"
57}