-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
39 lines (39 loc) · 878 Bytes
/
bower.json
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
{
"name": "nalinmean-startup",
"description": "boilerplate code for ExpressJS, AngularJS 1.x",
"main": "index.js",
"authors": [
"Nalin Rupareliya"
],
"license": "MIT",
"keywords": [
"ExpressJS",
"AngularJS"
],
"homepage": "https://github.com/deepthinktechnology/perfect-job-placement",
"moduleType": [
"node"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "1.5.0",
"angular-resource": "1.5.0",
"angular-cookies": "1.5.0",
"angular-mocks": "1.5.0",
"angular-route": "1.5.0",
"angular-animate": "1.5.0",
"angular-sanitize": "1.5.0",
"angular-bootstrap": "1.2.4",
"angular-toastr": "1.7.0",
"angular-ui-router": "^0.2.18",
"font-awesome": "^4.5.0",
"angular-ui-switch": "^0.1.1",
"jQuery": "2.2.4"
}
}