-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathbower.json
More file actions
28 lines (28 loc) · 808 Bytes
/
Copy pathbower.json
File metadata and controls
28 lines (28 loc) · 808 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
{
"name": "Gmail-to-Salesforce-Extension",
"version": "0.0.0",
"authors": [
"Neomar <neomar.bassani@gmail.com>",
"Juan Pablo Diaz-Vaz <jpdiazvaz@mcplusa.com>"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "~1.3.15",
"bootstrap": "~3.3.2",
"forcejs": "https://raw.githubusercontent.com/ccoenraets/forcejs/master/force.js",
"forceng": "https://raw.githubusercontent.com/jpdiazvaz/forceng/master/forceng.js",
"gmailjs": "https://raw.githubusercontent.com/KartikTalwar/gmail.js/master/src/gmail.js",
"font-awesome": "*",
"ngDialog": "*",
"angular-resource": "^1.5.5",
"angular-mocks": "^1.5.5",
"salesforce-lightning-design-system": "^1.0.4"
}
}