-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
42 lines (42 loc) · 934 Bytes
/
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
{
"name": "node-static-alias",
"version": "1.1.2",
"title": "node-static-alias",
"description": "Serve static file which is not requested file. (e.g. `file.min.js` is requested, serve `file.js`)",
"keywords": [
"http",
"httpd",
"test",
"static",
"file",
"server",
"alias",
"mod_rewrite",
"directoryindex",
"min",
"log"
],
"main": "./lib/node-static-alias.js",
"files": [
"lib/!(.eslintrc.json)",
"example/!(.eslintrc.json)",
"ss.png"
],
"engines": {
"node": ">= 0.8.0"
},
"dependencies": {
"node-static": "~0.7.2"
},
"homepage": "https://github.com/anseki/node-static-alias",
"repository": {
"type": "git",
"url": "git://github.com/anseki/node-static-alias.git"
},
"bugs": "https://github.com/anseki/node-static-alias/issues",
"license": "MIT",
"author": {
"name": "anseki",
"url": "https://github.com/anseki"
}
}