forked from softjourn-internship/code-interviewer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
29 lines (28 loc) · 789 Bytes
/
bower.json
File metadata and controls
29 lines (28 loc) · 789 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": "interview.code",
"description": "A starter project for AngularJS",
"version": "0.0.0",
"homepage": "https://github.com/softjourn-internship/code-interviewer",
"license": "MIT",
"private": true,
"dependencies": {
"angular": "~1.4.x",
"angular-mocks": "~1.4.x",
"angular-bootstrap": "~1.1.x",
"angular-cookies": "~1.4.x",
"angular-route": "~1.4.x",
"angular-ui-router":"0.2.x",
"angular-resource": "1.4.x",
"angular-animate": "~1.4.x",
"ace":"1.2.x",
"angular-ui-ace":"0.2.x",
"angular-translate":"2.9.x",
"angular-translate-loader-static-files":"2.9.x",
"bootstrap":"3.3.x",
"Chart.js":"1.0.x",
"angular-chart.js":"0.8.x",
"ckeditor": "4",
"angular-ckeditor":"1.*",
"ng-dialog":"0.5.7"
}
}