- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
Latest commit
26 lines (26 loc) · 540 Bytes
/
Copy pathbower.json
File metadata and controls
26 lines (26 loc) · 540 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
{
"name": "angularApp",
"authors": [
"hoppities <danielc.hopkins@gmail.com>"
],
"description": "Simple Angular app with json api",
"main": "",
"moduleType": [],
"license": "MIT",
"homepage": "",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular-animate": "~1.4.8",
"bootstrap-css-only": "~3.3.5",
"ngSweetAlert": "angular-sweetalert#~1.1.0",
"moment": "~2.10.6",
"restangular": "~1.5.1",
"sweetalert": "~1.1.3"
}
}