-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 973 Bytes
/
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
{
"name": "numformat.js",
"version": "0.1.2",
"description": "number, decimal, integer, money and currency formatting library, with two way custom format/unformat symbols and patterns",
"main": "numformat.js",
"scripts": {
"test": "mocha tests/test.js",
"uglify": "node_modules/uglify-js/bin/uglifyjs numformat.js > numformat.min.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cassvail/numformat.js.git > "
},
"keywords": [
"number",
"integer",
"decimal",
"money",
"currency",
"format",
"unformat",
"utilities",
"finance",
"exchange",
"pattern"
],
"author": "Cassiano Vailati <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/cassvail/numformat.js/issues"
},
"homepage": "https://github.com/cassvail/numformat.js#README",
"dependencies": {},
"devDependencies": {
"mocha": "^3.0.2",
"uglify-js": "^2.7.3"
}
}