-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathbower.json
46 lines (46 loc) · 1.05 KB
/
bower.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
40
41
42
43
44
45
46
{
"name": "appsforhere",
"main": "index.js",
"version": "0.0.1",
"homepage": "https://github.com/djMax/appsforhere",
"authors": [
"Max Metral <[email protected]>"
],
"description": "Apps for PayPal Here",
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"public/components",
"test",
"tests"
],
"dependencies": {
"accounting": "~0.3.2",
"bignumber.js": "^1.5.0",
"bootbox": "~4.3.0",
"bootstrap-datepicker": "~1.3.0",
"bootstrap": "~3.2.0",
"bootstrapValidator": "~0.5.1",
"d3-tip": "~0.6.4",
"dustjs-linkedin-helpers": "^1.1.1",
"dustjs-linkedin": "^2.0.3",
"jquery-sortable": "~0.9.12",
"ladda": "~0.9.4",
"moment": "^2.8.2",
"pure": "~0.5.0",
"selectize": "~0.11.0",
"underscore": "~1.7.0",
"socket.io-client": "~1.1.0",
"jquery.payment": "~1.1.4",
"fuelux": "~3.2.1",
"jQuery-Storage-API": "~1.7.3",
"tracekit": "*",
"paypal-invoice": "*"
},
"resolutions": {
"moment": "~2.8.2"
}
}