-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
40 lines (40 loc) · 784 Bytes
/
bower.json
File metadata and controls
40 lines (40 loc) · 784 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
32
33
34
35
36
37
38
39
40
{
"name": "angular1.softbuilder",
"description": "SoftBuilder Inc. is a fake service based software company.",
"main": "server.js",
"authors": [
"Saurabh Pati"
],
"license": "MIT",
"keywords": [
"angular1",
"angular",
"1",
"angular",
"one",
"angular",
"learning",
"angular",
"basics"
],
"homepage": "https://github.com/saurabhpati/angular1.poc",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"src/lib",
"test",
"tests"
],
"dependencies": {
"angular": "^1.6.4",
"angular-route": "^1.6.6",
"bootstrap": "^4.0.0-beta",
"express": "^4.15.3",
"font-awesome": "4.7.0",
"jquery": "^3.2.1",
"jquery.easing": "*",
"popper.js": "^1.11.1"
}
}