-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.29 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.29 KB
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
48
{
"name": "express-view-cache-clean",
"version": "1.0.1",
"license": "MIT",
"description": "auto clean express view cache in production mode",
"author": "somewind <neverstopsteps@gmail.com> (https://github.com/somewind)",
"main": "index.js",
"scripts": {
"commit": "git-cz",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
},
"devDependencies": {
"commitizen": "3.0.2",
"conventional-changelog-cli": "^2.0.12",
"cz-conventional-changelog": "^2.1.0",
"eslint": "^5.14.1",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0"
},
"peerDependencies": {
"express": "^4.0.0",
"ejs": "^2.0.0"
},
"keywords": [
"express",
"view",
"cache",
"clean",
"view-cache-clean"
],
"bugs": "https://github.com/somewind/express-view-cache-clean/issues",
"homepage": "https://github.com/somewind/express-view-cache-clean",
"repository": "https://github.com/somewind/express-view-cache-clean.git",
"engines": {
"node": ">=6.9"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"dependencies": {
"node-watch": "^0.6.0"
}
}