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