-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
37 lines (37 loc) · 1011 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
{
"name": "gridsome-source-buttercms",
"version": "2.0.1",
"description": "Source plugin for pulling blog posts, authors, categories, tags, and content fields into Gridsome from ButterCMS.",
"main": "index.js",
"scripts": {
"test": "jest",
"lint": "prettier --single-quote --write *.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ButterCMS/gridsome-source-buttercms.git"
},
"author": "Gift Egwuenu <laurandidi21@gmail.com>",
"license": "MIT",
"keywords": [
"gridsome",
"gridsome-plugin",
"buttercms",
"vuejs",
"gridsome-source-plugin"
],
"bugs": {
"url": "https://github.com/ButterCMS/gridsome-source-buttercms/issues"
},
"homepage": "https://github.com/ButterCMS/gridsome-source-buttercms#readme",
"dependencies": {
"buttercms": "^1.2.6",
"camelcase": "^5.3.1"
},
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.0",
"jest": "^27.0.6",
"prettier": "^1.18.2"
}
}