forked from BenjaminVanRyseghem/numbro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.28 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
60
61
62
63
{
"name": "numbro",
"version": "1.9.3",
"description": "Format and manipulate numbers.",
"homepage": "http://numbrojs.com",
"author": {
"name": "Företagsplatsen AB",
"email": "[email protected]",
"url": "http://www.foretagsplatsen.se"
},
"keywords": [
"numeral",
"numbro",
"number",
"format",
"time",
"money",
"percentage"
],
"main": "./numbro.js",
"typings": "./numbro.d.ts",
"engines": {
"node": "*"
},
"repository": {
"type": "git",
"url": "https://github.com/foretagsplatsen/numbro"
},
"bugs": {
"url": "https://github.com/foretagsplatsen/numbro/issues"
},
"licenses": [
{
"type": "MIT"
}
],
"devDependencies": {
"grunt": "^1.0.1",
"grunt-bump": "^0.8.0",
"grunt-confirm": "^1.0.5",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-nodeunit": "^1.0.0",
"grunt-contrib-uglify": "^1.0.1",
"grunt-jscs": "^2.8.0",
"grunt-release": "^0.13.1",
"uglify-js": "^2.6.2"
},
"scripts": {
"test": "grunt test"
},
"files": [
"LICENSE",
"LICENSE-Numeraljs",
"CHANGELOG",
"CHANGELOG-Numeraljs.md",
"numbro.js",
"numbro.d.ts",
"languages",
"dist"
]
}