-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 775 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 775 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
{
"name": "simple-adonis-cache",
"version": "0.4.1",
"description": "A simple cache mechanism for AdonisJs",
"scripts": {
"lint": "standard",
"pretest": "npm run lint",
"test": "japa"
},
"keywords": [
"adonisjs",
"adonis-framework",
"cache",
"caching"
],
"author": "Ahmad Ganjtabesh",
"license": "MIT",
"devDependencies": {
"@adonisjs/sink": "^1.0.13",
"japa": "^1.0.5",
"japa-cli": "^1.0.1",
"standard": "^10.0.3"
},
"dependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/agtabesh/simple-adonis-cache.git"
},
"bugs": {
"url": "https://github.com/agtabesh/simple-adonis-cache/issues"
},
"homepage": "https://github.com/agtabesh/simple-adonis-cache#readme"
}