-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 803 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 803 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
{
"name": "sequelize-cache",
"version": "0.0.1",
"description": "sequelize plugin that caches find* responses",
"main": "index.js",
"scripts": {
"test": "node node_modules/mocha/bin/mocha --globals setImmediate,clearImmediate --check-leaks --colors -t 10000 --reporter spec $(find test/* -name '*.test.js')"
},
"repository": {
"type": "git",
"url": "https://github.com/findhit/sequelize-cache.git"
},
"keywords": [
"sequelize",
"plugin",
"cache",
"stores",
"redis",
"memcache",
"hooks",
"findhit",
"junglecloud"
],
"author": "José Moreira <jose.moreira@findhit.com>",
"license": "GPL v3",
"bugs": {
"url": "https://github.com/findhit/sequelize-cache/issues"
},
"homepage": "https://github.com/findhit/sequelize-cache"
}