forked from stevetweeddale/gatsby-source-git
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 905 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
{
"name": "gatsby-source-git",
"version": "1.0.2",
"description": "Gatsby plugin for pulling files into Gatsby from Git repositories",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/stevetweeddale/gatsby-source-git.git"
},
"keywords": [
"gatsby",
"gatsby-plugin",
"gatsby-source-plugin",
"git"
],
"author": "Steve Tweeddale",
"license": "MIT",
"peerDependencies": {
"gatsby": ">2.0.0-alpha"
},
"bugs": {
"url": "https://github.com/stevetweeddale/gatsby-source-git/issues"
},
"homepage": "https://github.com/stevetweeddale/gatsby-source-git#readme",
"dependencies": {
"fast-glob": "^2.2.3",
"fs-extra": "^5.0.0",
"gatsby-source-filesystem": "^2.1.19",
"git-url-parse": "^11.1.1",
"rimraf": "^2.6.2",
"simple-git": "^1.105.0"
}
}