-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbower.json
More file actions
51 lines (51 loc) · 1.34 KB
/
bower.json
File metadata and controls
51 lines (51 loc) · 1.34 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "AdefyPlatform",
"version": "0.1.0",
"authors": [
"Cris Mihalache <cris.mihalache@spectrumit.eu>",
"Blaž Hrastnik <blaz.hrast@gmail.com>",
"Corey Powell <mistdragon100@gmail.com>"
],
"main": "src/server/server.coffee",
"license": "Closed",
"homepage": "https://app.adefy.com",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"accounting": "~0.3.2",
"angles": "*",
"angular-chosen": "*",
"angular-latest": "=1.2.13",
"angular-route": "=1.2.13",
"angular-resource": "=1.2.13",
"angular-mocks": "=1.2.13",
"angular-ui-select2": "~0.0.5",
"chosen": "https://github.com/harvesthq/chosen/releases/download/v1.1.0/chosen_v1.1.0.zip",
"d3": "~3.4.2",
"ng-table": "~0.3.1",
"ngQuickDate": "~1.2.5",
"moment": "~2.5.1",
"rickshaw": "~1.4.6",
"select2": "~3.4.5",
"ace-builds": "~1.1.1",
"pace": "~0.4.17",
"angular-chosen-localytics": "~1.0.4",
"mocha": "~1.17.1",
"chai": "~1.9.0",
"coffee-script": "~1.7.1",
"showdown": "~0.3.1",
"angular-markdown-filter": "*",
"adefy-js": "git@github.com:Adefy/AdefyJS.git#v1.0",
"adefy-re": "git@github.com:Adefy/AdefyRE.git#v1.0"
},
"resolutions": {
"chosen": "e-tag:face03d32",
"angular": "1.2.13"
}
}