-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 987 Bytes
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 987 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "react-webstorage",
"version": "0.0.4",
"description": "Use webStorage or webStorage poly-fill as a React/Flux store.",
"main": "index.js",
"scripts": {
"test": "jest"
},
"jest": {
"collectCoverage": true
},
"author": "Steven Terpe <srterpe@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sterpe/react-webstorage.git"
},
"keywords": [
"react",
"flux",
"storage",
"webStorage",
"localStorage",
"sessionStorage",
"poly-fill"
],
"bugs": {
"url": "https://github.com/sterpe/react-webstorage/issues"
},
"homepage": "https://github.com/sterpe/react-webstorage",
"devDependencies": {
"flux": "^2.0.1",
"gulp": "^3.8.10",
"browserify-shim": "^3.8.1",
"browserify": "^7.0.3",
"jest": "^0.1.37",
"jest-cli": "^0.2.1",
"rimraf": "^2.2.8",
"mkdirp": "^0.5.0",
"vinyl-source-stream": "^1.0.0",
"localStorage": "^1.0.3"
}
}