-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 816 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 816 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
{
"name": "gramene-client-cache",
"version": "1.0.0",
"description": "Browser-only cache intended to reduce the amount of queries that gramoogle makes to gramene-search-client",
"main": "index.js",
"scripts": {
"test": "node node_modules/jasmine-node/lib/jasmine-node/cli.js spec"
},
"repository": {
"type": "git",
"url": "https://github.com/mycrobe/gramene-client-cache.git"
},
"author": "mycrobe",
"license": "MIT",
"bugs": {
"url": "https://github.com/mycrobe/gramene-client-cache/issues"
},
"homepage": "https://github.com/mycrobe/gramene-client-cache",
"dependencies": {
"json-stable-stringify": "^1.0.0",
"lru-cache": "^2.6.2"
},
"devDependencies": {
"jasmine-expect": "^2.0.0-beta1",
"jasmine-node": "^1.14.5",
"jasmine-pit": "^2.0.2"
}
}