forked from noxify/gridsome-source-git
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 981 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 981 Bytes
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
{
"version": "2.0.0",
"name": "@noxify/gridsome-source-git",
"description": "Git source for Gridsome",
"main": "index.js",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"keywords": [
"gridsome",
"gridsome-plugin",
"gridsome-source",
"git"
],
"author": "Marcus Reinhardt <webstone@gmail.com>",
"homepage": "https://github.com/noxify/gridsome-source-git",
"repository": {
"type": "git",
"url": "https://github.com/noxify/gridsome-source-git.git"
},
"bugs": {
"url": "https://github.com/noxify/gridsome-source-git/issues"
},
"dependencies": {
"chokidar": "^3.3.1",
"fast-glob": "^3.1.1",
"fs-extra": "^8.1.0",
"globby": "^11.0.0",
"isomorphic-git": "^0.78.4",
"lodash": "^4.17.15",
"mime-types": "^2.1.26",
"slash": "^3.0.0"
},
"engines": {
"node": ">=8"
}
}