-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathbower.json
35 lines (35 loc) · 914 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
35
{
"name": "flatte",
"version": "1.0.1-beta.88",
"main": "dist/flatte.js",
"description": "Client-Side NOSql Firebase Realtime Database modeling and management system. (only with angularjs for now...)",
"keywords": [
"Flatte",
"flattejs",
"denormalization",
"firebase",
"angularjs",
"transection",
"Json",
"Nosql",
"database",
"management"
],
"repository": "https://github.com/Flatte/Flatte-Web",
"author": "Sezer Ekinci, [email protected], Kaan Ekinci, [email protected]",
"license": "Flatte is licensed under the MIT License - see the LICENSE file for details",
"private": false,
"ignore": [
"**/.*",
"node_modules",
"bower_components"
],
"dependencies": {
"jquery": "~2.1.3",
"angular": "~1.5.7",
"angular-sanitize": "~1.5.7",
"angular-ui-router": "~0.2.15",
"firebase": "^3.6.4",
"angular-mocks": "1.5.7"
}
}