forked from fernandofig/jquery-formatcurrency
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
25 lines (25 loc) · 889 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
{
"main": "jquery.formatCurrency.js",
"name": "jquery-formatcurrency",
"repository": {
"type": "git",
"url": "git+https://github.com/BasvanH/jquery-formatcurrency.git"
},
"version": "1.6.3",
"description": "This is a continuation / enhancement to [Ben Dewey's plugin with the same name](https://code.google.com/p/jquery-formatcurrency/). Most of the work is his', I've just added a few features and options, and fixed some small issues, so at least most credits goes to him. And is now added to npm.",
"bugs": {
"url": "https://github.com/BasvanH/jquery-formatcurrency/issues"
},
"homepage": "https://github.com/BasvanH/jquery-formatcurrency#readme",
"keywords": [
"jquery",
"format",
"currency",
"formatcurrency"
],
"author": "basvanh",
"license": "ISC",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}