-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 997 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
{
"name": "@nordcom/wordpress-headless-theme",
"description": "A WordPress headless theme to disable the frontend and automatically redirect users.",
"version": "0.1.0",
"prettier": "@nordcom/prettier",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/NordcomInc/wordpress-headless-theme.git"
},
"author": {
"name": "Nordcom Group Inc.",
"email": "[email protected]",
"url": "https://nordcom.io/"
},
"contributors": [
{
"name": "Filiph Siitam Sandström",
"email": "[email protected]",
"url": "https://github.com/filiphsps/"
}
],
"bugs": {
"url": "https://github.com/NordcomInc/wordpress-headless-theme/issues/"
},
"homepage": "https://github.com/NordcomInc/wordpress-headless-theme/",
"dependencies": {},
"devDependencies": {
"@nordcom/prettier": "0.1.1",
"prettier": "3.0.2"
}
}