forked from expo/tough-cookie-web-storage-store
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 925 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
{
"name": "tough-cookie-web-storage-store",
"version": "1.0.0",
"description": "A cookie store for the tough-cookie library based on Web Storage APIs (localStorage and sessionStorage)",
"main": "WebStorageCookieStore.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/exponentjs/tough-cookie-web-storage-store.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/exponentjs/tough-cookie-web-storage-store/issues"
},
"homepage": "https://github.com/exponentjs/tough-cookie-web-storage-store#readme",
"eslintConfig": {
"extends": "exponent"
},
"dependencies": {
"lodash": "^4.6.1"
},
"devDependencies": {
"babel-eslint": "^6.0.0",
"eslint": "^2.5.3",
"eslint-config-exponent": "^1.0.8"
},
"peerDependencies": {
"tough-cookie": "*"
}
}