-
Notifications
You must be signed in to change notification settings - Fork 86
/
package.json
56 lines (56 loc) · 1.47 KB
/
package.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
49
50
51
52
53
54
55
56
{
"name": "angular-localforage",
"version": "1.3.8",
"description": "Angular service & directive for https://github.com/mozilla/localForage (Offline storage, improved.)",
"license": "MIT",
"main": "dist/angular-localForage.js",
"homepage": "https://github.com/ocombe/angular-localForage",
"scripts": {
"test": "karma start ./karma.conf.js",
"dev-test": "karma start ./karma.conf.js --browsers=\"Firefox,Chrome\"",
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "git://github.com/ocombe/angular-localForage.git"
},
"keywords": [
"localstorage",
"local-storage",
"localForage",
"indexDB",
"webSQL",
"storage",
"module",
"angular",
"angularJS"
],
"author": "Olivier Combe <olivier.combe@gmail.com>",
"bugs": {
"url": "https://github.com/ocombe/angular-localForage/issues"
},
"dependencies": {
"localforage": "~1.4"
},
"devDependencies": {
"gulp": "~3.9.0",
"gulp-clean": "^0.3.1",
"gulp-concat": "~2.6.0",
"gulp-exec": "~2.1.1",
"gulp-header": "~1.2.2",
"gulp-json-editor": "~2.2.1",
"gulp-prompt": "~0.1.2",
"gulp-rename": "^1.2.2",
"gulp-uglify": "~1.2.0",
"jasmine-core": "^2.6.0",
"karma": "^1.6.0",
"karma-chrome-launcher": "^2.0.0",
"karma-cli": "^1.0.1",
"karma-firefox-launcher": "^1.0.1",
"karma-jasmine": "^1.1.0",
"qq": "~0.3.5",
"run-sequence": "~1.1.1",
"semver": "~4.3.6",
"streamqueue": "~1.1.0"
}
}