forked from nsresulta/gatsby-plugin-meta-redirect
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 970 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
{
"name": "@thundersquared/gatsby-plugin-htaccess-redirect",
"version": "1.0.5",
"repository": {
"type": "git",
"url": "git+https://github.com/thundersquared/gatsby-plugin-htaccess-redirect.git"
},
"author": "Anatoli Nicolae <[email protected]>",
"license": "MIT",
"main": "index.js",
"engines": {
"node": ">=8"
},
"keywords": [
"gatsby",
"gatsby-plugin"
],
"scripts": {
"clean": "git clean -xdf ./*.js",
"test": "jest"
},
"dependencies": {
"fs-extra": "^7.0.0"
},
"devDependencies": {
"jest": "^25.1"
},
"jest": {
"verbose": true,
"testURL": "http://localhost/"
},
"description": "Creates an .htaccess based on your defined redirect rules.",
"bugs": {
"url": "https://github.com/thundersquared/gatsby-plugin-htaccess-redirect/issues"
},
"homepage": "https://github.com/thundersquared/gatsby-plugin-htaccess-redirect#readme",
"directories": {
"test": "tests"
}
}