-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
57 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,41 @@ | ||
{ | ||
"name": "angular-localforage", | ||
"main": "dist/angular-localForage.js", | ||
"version": "0.2.9", | ||
"version": "0.2.10", | ||
"homepage": "https://github.com/ocombe/angular-localForage", | ||
"authors": ["Olivier Combe <[email protected]>"], | ||
"authors": [ | ||
"Olivier Combe <[email protected]>" | ||
], | ||
"description": "Angular service & directive for https://github.com/mozilla/localForage (Offline storage, improved.)", | ||
"keywords": ["localstorage", "local-storage", "localForage", "indexDB", "webSQL", "storage", "module", "angular", "angularJS"], | ||
"keywords": [ | ||
"localstorage", | ||
"local-storage", | ||
"localForage", | ||
"indexDB", | ||
"webSQL", | ||
"storage", | ||
"module", | ||
"angular", | ||
"angularJS" | ||
], | ||
"license": "MIT", | ||
"ignore": ["**/.*", "node_modules", "bower_components", "tests", "karma.conf.js", "gulpfile.js", "package.json", "src", "validate-commit-msg.js", "changelog.js"], | ||
"ignore": [ | ||
"**/.*", | ||
"node_modules", | ||
"bower_components", | ||
"tests", | ||
"karma.conf.js", | ||
"gulpfile.js", | ||
"package.json", | ||
"src", | ||
"validate-commit-msg.js", | ||
"changelog.js" | ||
], | ||
"devDependencies": { | ||
"angular-mocks": "1.2.16" | ||
"angular-mocks": "1.2.x - 1.3.x" | ||
}, | ||
"dependencies": { | ||
"localforage": "0.9.2", | ||
"angular": "1.2.19" | ||
}, | ||
"resolutions": { | ||
"angular": "1.2.19" | ||
"angular": "1.2.x - 1.3.x" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/** | ||
* angular-localforage - Angular service & directive for https://github.com/mozilla/localForage (Offline storage, improved.) | ||
* @version v0.2.9 | ||
* @version v0.2.10 | ||
* @link https://github.com/ocombe/angular-localForage | ||
* @license MIT | ||
* @author Olivier Combe <[email protected]> | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "angular-localforage", | ||
"version": "0.2.9", | ||
"version": "0.2.10", | ||
"description": "Angular service & directive for https://github.com/mozilla/localForage (Offline storage, improved.)", | ||
"license": "MIT", | ||
"main": "dist/angular-localForage.js", | ||
|
@@ -14,17 +14,7 @@ | |
"type": "git", | ||
"url": "git://github.com/ocombe/angular-localForage.git" | ||
}, | ||
"keywords": [ | ||
"localstorage", | ||
"local-storage", | ||
"localForage", | ||
"indexDB", | ||
"webSQL", | ||
"storage", | ||
"module", | ||
"angular", | ||
"angularJS" | ||
], | ||
"keywords": ["localstorage", "local-storage", "localForage", "indexDB", "webSQL", "storage", "module", "angular", "angularJS"], | ||
"author": "Olivier Combe <[email protected]>", | ||
"bugs": { | ||
"url": "https://github.com/ocombe/angular-localForage/issues" | ||
|
@@ -51,4 +41,4 @@ | |
"semver": "~3.0.1", | ||
"streamqueue": "~0.1.1" | ||
} | ||
} | ||
} |