forked from Dockbite/currency.js
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 850 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
39
{
"name": "currency.js",
"homepage": "http://scurker.github.io/currency.js",
"version": "0.2.1",
"description": "A javascript library for handling currency values.",
"main": "currency.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "grunt qunit"
},
"repository": {
"type": "git",
"url": "git://github.com/scurker/currency.js.git"
},
"keywords": [
"currency",
"money",
"utilities",
"accounting",
"format",
"number",
"parse",
"precision"
],
"author": "Jason Wilson",
"license": "mit",
"bugs": {
"url": "https://github.com/scurker/currency.js/issues"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-qunit": "~0.3.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-closure-tools": "~0.8.3",
"grunt-contrib-concat": "~0.3.0"
}
}