forked from kornicameister/Pebudzenie
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
48 lines (48 loc) · 1.03 KB
/
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
40
41
42
43
44
45
46
47
48
{
"name": "Pebudzenie",
"version": "0.0.0",
"homepage": "https://github.com/kornicameister/Pebudzenie",
"authors": [
"Tomasz Trębski <[email protected]>",
"Sebastian Jakowski <[email protected]>"
],
"description": "Simple project for IT subject",
"main": "www/js/main.js",
"dependencies": {
"ionic": "driftyco/ionic-bower#1.0.0-beta.14",
"angular": "latest",
"angular-animate": "latest",
"angular-resource": "latest",
"angular-sanitize": "latest",
"angular-ui-router": "latest",
"angularjs-geolocation": "latest",
"angular-google-maps": "latest",
"jquery": "latest",
"jquery-ui": "latest",
"underscore": "latest"
},
"keywords": [
"phonegap",
"ionic",
"cordonova",
"android",
"angular",
"maps",
"lodz"
],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"resolutions": {
"angular": "1.3.8"
},
"devDependencies": {
"platform": "~1.3.0"
}
}