-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 903 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": "redirects",
"version": "1.1.1",
"description": "Express/Connect middleware for segment-able url redirects",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha test/ --reporter dot"
},
"repository": {
"type": "git",
"url": "git@github.com:divshot/redirects.git"
},
"keywords": [
"superstatic",
"redirects",
"301",
"static",
"divshot"
],
"author": "Divshot",
"license": "MIT",
"bugs": {
"url": "https://github.com/divshot/redirects/issues"
},
"homepage": "https://github.com/divshot/redirects",
"devDependencies": {
"connect": "^3.3.3",
"mocha": "^2.0.1",
"supertest": "^0.15.0"
},
"dependencies": {
"glob-slasher": "^1.0.0",
"globject": "^1.0.0",
"is-url": "^1.2.0",
"lodash.isobject": "^3.0.0",
"pathematics": "^0.1.1",
"toxic": "^1.0.0"
}
}