-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
38 lines (38 loc) · 776 Bytes
/
Copy pathbower.json
File metadata and controls
38 lines (38 loc) · 776 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
{
"name": "angular-tutorial",
"description": "AngularJS tutorial implementation from https://docs.angularjs.org/tutorial",
"license": "MIT",
"homepage": "https://github.com/eugene-karanda/angular-tutorial",
"authors": [
{
"name": "Eugene Karanda",
"email": "eugene.karanda@gmail.com",
"homepage": "https://github.com/eugene-karanda"
}
],
"keywords": [
"angularjs",
"npm",
"bower",
"karma",
"jasmine"
],
"moduleType": [
"node"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test"
],
"dependencies": {
"angular": "^1.5.3",
"angular-route": "^1.5.3",
"bootstrap": "^3.3.6",
"jquery": "^2.2.2"
},
"devDependencies": {
"angular-mocks": "^1.5.3"
}
}