-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 959 Bytes
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 959 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
44
45
46
47
{
"name": "cache-funk",
"version": "0.1.3",
"description": "A local storage helper",
"author": "Kevin Beckett (http://sharepointcookies.com), @beckettkev",
"license": "MIT",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/beckettkev/Cache-Funk.git"
},
"keywords": [
"JS",
"ES6",
"local",
"storage",
"web",
"JavaScript",
"Cache",
"Helper",
"Utility"
],
"directories": {},
"dependencies": {
"babel-preset-es2015": "^6.1.4",
"babel-preset-react": "^6.1.4",
"babel-preset-stage-0": "^6.5.0"
},
"optionalDependencies": {},
"devDepndencies": {
"mocha": "*"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"main": "index.js",
"scripts": {
"test": "mocha"
},
"bugs": {
"url": "https://github.com/BeckettKev/cache-funk/issues"
},
"homepage": "https://github.com/BeckettKev/cache-funk"
}