forked from bramski/angular-indexedDB
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
28 lines (28 loc) · 642 Bytes
/
bower.json
File metadata and controls
28 lines (28 loc) · 642 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
{
"name": "angular-indexedDB",
"version": "1.1.3",
"homepage": "https://github.com/bramski/angular-indexedDB",
"authors": [
"bramski <bramski@gmail.com>"
],
"description": "An angularjs serviceprovider to utilize indexedDB with angular",
"main": "angular-indexed-db.js",
"keywords": [
"angularjs",
"indexeddb",
"angular"
],
"license": "MIT",
"dependencies": {
"angular": "1.2 - 1.4"
},
"devDependencies": {
"angular-mocks": "1.2 - 1.4",
"angular-scenario": "1.2 - 1.4",
"karma-jasmine": "~0.2.2",
"jasmine-sinon": "~0.4.0"
},
"resolutions": {
"angular": "1.2 - 1.4"
}
}