-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (28 loc) · 1.16 KB
/
package.json
File metadata and controls
34 lines (28 loc) · 1.16 KB
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
{
"name" : "jquery-accounting",
"description" : "A simple, jQuery plugin wrapper for accounting.js. It allows you to format data values directly from HTML.a simple, jQuery plugin wrapper for accounting.js. It allows you to format data values directly from HTML.",
"keywords" : ["jquery.accounting", "jquery-accounting", "accounting"],
"version" : "0.1.0",
"author" : "Max Kramer <mckramer@gmail.com>",
"license" : "MIT",
"homepage" : "http://mckramer.github.io/jquery-accounting/",
"bugs" : "https://github.com/mckramer/jquery-accounting/issues",
"repository" : { "type": "git", "url": "git://github.com/mckamer/jquery-accounting.git" },
"scripts": {
"test": "grunt test"
},
"dependencies": {
"accounting": "~0.3.2",
"jquery": "*"
},
"devDependencies": {
"chai" : "*",
"grunt" : "~0.4.4",
"grunt-contrib-clean" : "~0.5.0",
"grunt-contrib-connect" : "~0.7.1",
"grunt-contrib-jshint" : "~0.9.2",
"grunt-contrib-uglify" : "~0.3.3",
"grunt-contrib-watch" : "~0.4.1",
"grunt-mocha" : "~0.4.10"
}
}