forked from divshot/slashify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 895 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
{
"name": "slashify",
"version": "1.0.0",
"description": "Express/Connect middleware to handle trailing slashes with options",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha test/ --reporter dot"
},
"repository": {
"type": "git",
"url": "https://github.com/divshot/slashify.git"
},
"keywords": [
"divshot",
"superstatic",
"trailing",
"slash",
"redirect"
],
"author": "Divshot",
"license": "MIT",
"bugs": {
"url": "https://github.com/divshot/slashify/issues"
},
"homepage": "https://github.com/divshot/slashify",
"dependencies": {
"fast-url-parser": "^1.0.6-0",
"file-exists": "^0.1.1"
},
"devDependencies": {
"chai": "^1.9.1",
"connect": "^3.1.0",
"connect-query": "^0.1.0",
"fs-extra": "^0.10.0",
"mocha": "^1.20.1",
"supertest": "^0.13.0"
}
}