-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.04 KB
/
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
{
"name": "gatsby-source-build-date",
"version": "1.0.1",
"description": "Gatsby plugin to add build date of site to internal GraphQL API",
"keywords": [
"gatsby",
"gatsby-plugin",
"date",
"build date",
"updated date"
],
"author": {
"name": "EdPike365",
"email": "edpike365@gmail.com",
"url": "https://edpike365.com"
},
"homepage": "https://github.com/EdPike365/GatsbySourceBuildDate#readme",
"bugs": {
"url": "https://github.com/EdPike365/GatsbySourceBuildDate/issues",
"email": "edpike365@gmail.com"
},
"license": "MIT",
"engines": {
"node": ">=6.0"
},
"bundleDependencies": false,
"deprecated": false,
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/EdPike365/GatsbySourceBuildDate.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"versionOptions": "patch, minor, major, prepatch, preminor, premajor, prerelease, from-git",
"postversion": "git push && git push --tags && npm publish --dry-run"
}
}