-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
34 lines (34 loc) · 881 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
{
"name": "gatsby-source-git",
"version": "1.1.0",
"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": "^3.3.1",
"fs-extra": "^11.1.1",
"gatsby-source-filesystem": "^5.11.0",
"git-url-parse": "^13.1.0",
"simple-git": "^3.16.0"
}
}