-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathbower.json
More file actions
30 lines (30 loc) · 716 Bytes
/
bower.json
File metadata and controls
30 lines (30 loc) · 716 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
{
"name": "angular-trello-api-client",
"main": "dist/angular-trello-api-client.js",
"homepage": "https://github.com/nicgirault/angular-trello-api-client",
"version": "2.1.1",
"authors": [
"nicgirault <nic.girault@gmail.com>"
],
"description": "An angular client API for Trello bypassing the client.js file provided by Trello (no jQuery dependency)",
"main": "dist/angular-trello-api-client.min.js",
"moduleType": [],
"keywords": [
"trello",
"api",
"client",
"satellizer"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": ">=1.3.x",
"satellizer": "~0.13.1"
}
}