-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
46 lines (46 loc) · 1.01 KB
/
package.json
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
{
"name": "express-manifest",
"version": "0.1.1",
"description": "Middleware which resolves requests based on generic filenames to the associated file fingerprint outlined in a manifest file.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/zeroEvidence/express-manifest.git"
},
"keywords": [
"express",
"expressjs",
"manifest",
"rev",
"revision",
"fingerprint",
"asset",
"assets",
"view",
"views",
"replace",
"path",
"static"
],
"author": {
"name": "zeroEvidence <daleamoore@gmail.com>"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/zeroEvidence/express-manifest/issues"
},
"homepage": "https://github.com/zeroEvidence/express-manifest",
"dependencies": {
"express": "^4.8.0",
"lodash": "^3.6.0"
},
"maintainers": [
{
"name": "zeroEvidence",
"email": "daleamoore@gmail.com"
}
]
}