forked from tymondesigns/angular-locker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 983 Bytes
/
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
{
"name": "angular-locker",
"version": "1.2.1",
"description": "A simple & configurable abstraction for local/session storage in angular projects",
"author": "@tymondesigns",
"license": "MIT",
"homepage": "https://github.com/tymondesigns/angular-locker",
"keywords": [
"angular-locker",
"angular",
"locker",
"storage",
"localStorage",
"sessionStorage",
"session",
"local"
],
"repository": {
"type": "git",
"url": "http://github.com/tymondesigns/angular-locker.git"
},
"dependencies": {
"angular": ">=1.2.0 <2.0.0"
},
"devDependencies": {
"angular-mocks": ">=1.2.0 <2.0.0",
"gulp": "~3.8.6",
"fizzy": "^0.1.10",
"karma": "^0.12.16",
"karma-coverage": "~0.2.6",
"karma-jasmine": "~0.2.0",
"karma-notify-reporter": "^0.1.1",
"karma-phantomjs-launcher": "^0.1.4",
"karma-sauce-launcher": "^0.2.10",
"karma-spec-reporter": "0.0.13"
},
"main": "dist/angular-locker.min.js"
}