-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathbower.json
More file actions
32 lines (31 loc) · 857 Bytes
/
bower.json
File metadata and controls
32 lines (31 loc) · 857 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
31
{
"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",
"angular-summernote":"*",
"summernote":"*",
"ng-dialog":"0.5.7",
"jscs":"~2.0.0",
"jquery-ui":"*",
"angular-timer":"*"
}
}