forked from scurker/currency.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
31 lines (31 loc) · 724 Bytes
/
bower.json
File metadata and controls
31 lines (31 loc) · 724 Bytes
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
{
"name": "currency.js",
"main": [
"dist/currency.js"
],
"version": "1.1.3",
"homepage": "http://scurker.github.io/currency.js",
"authors": [
"Jason Wilson"
],
"description": "A javascript library for handling currencies",
"moduleType": [
"globals"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-qunit": "~0.5.2",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-concat": "~0.5.0",
"grunt-closure-tools": "git@github.com:thanpolas/grunt-closure-tools.git#0.9.7",
"grunt-sync-pkg": "git@github.com:jonschlinkert/grunt-sync-pkg.git"
}
}