-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 941 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
{
"name": "@jordanforeman/generator-jekyll",
"version": "1.0.9",
"description": "A Yeoman generator for static Jekyll sites",
"main": "app/index.js",
"scripts": {
"test": "echo NOOP"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/JordanForeman/generator-jekyll.git"
},
"keywords": [
"yeoman",
"jekyll"
],
"author": "Jordan Foreman <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/JordanForeman/generator-jekyll/issues"
},
"homepage": "https://github.com/JordanForeman/generator-jekyll#readme",
"dependencies": {
"yeoman-generator": "4.7.2"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@jordanforeman/babel-config": "0.1.1",
"@jordanforeman/commitlint-config": "0.2.2",
"@jordanforeman/release-config": "0.2.2",
"@jordanforeman/renovate-config": "0.2.3",
"husky": "4.2.3"
}
}