-
Notifications
You must be signed in to change notification settings - Fork 81
/
package.json
42 lines (42 loc) · 1.16 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
39
40
41
42
{
"name": "@mike-works/modern-seo",
"version": "0.0.0-development",
"description": "A Modern SEO workshop project",
"main": "index.js",
"scripts": {
"test": "echo 'sorry, no tests. We can still verify that dependencies are installed though!'",
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
"url": "https://github.com/mike-works/modern-seo.git"
},
"keywords": [
"seo",
"css"
],
"author": "Mike North <[email protected]> (https://mike.works)",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/mike-works/modern-seo/issues"
},
"homepage": "https://github.com/mike-works/modern-seo#readme",
"dependencies": {
"chalk": "2.4.2",
"commander": "2.20.3",
"express": "4.21.1",
"hbs": "4.2.0",
"livereload": "0.9.3",
"node-fetch": "2.7.0",
"node-sass": "4.14.1",
"node-sass-middleware": "0.11.0"
},
"release": {
"extends": "@mike-works/workshop-semantic-release-config"
},
"devDependencies": {
"@mike-works/js-lib-renovate-config": "2.0.0",
"@mike-works/workshop-semantic-release-config": "1.0.0",
"semantic-release": "15.14.0"
}
}