-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathbower.json
34 lines (34 loc) · 858 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
{
"name": "angularjs-template",
"description": "A starter project for AngularJS based on John Papa's style guide",
"license": "MIT",
"keywords": [
"AngularJS",
"angular",
"template",
"angularjs-template",
"seed",
"johnpapa",
"styleguide",
"node",
"express"
],
"authors": [
"Michal Pietrzak"
],
"homepage": "https://github.com/pamigomp/angularjs-template",
"repository": {
"type": "git",
"url": "https://github.com/pamigomp/angularjs-template.git"
},
"ignore": [],
"dependencies": {
"angular": "^1.5.7",
"angular-animate": "^1.5.7",
"angular-mocks": "^1.5.7",
"angular-ui-router": "^0.3.1",
"bootstrap": "^3.3.6",
"jquery-ui": "^1.11.4"
},
"private": false
}