-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
48 lines (48 loc) · 1.05 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
43
44
45
46
47
48
{
"name": "generator-stratic",
"version": "1.0.0-beta.7",
"description": "Yeoman generator for Stratic, the streaming static site generator",
"license": "LGPL-3.0+",
"main": "app/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/straticjs/generator-stratic.git"
},
"bugs": {
"url": "https://github.com/straticjs/generator-stratic/issues"
},
"homepage": "https://github.com/straticjs/generator-stratic#readme",
"author": "AJ Jordan <[email protected]>",
"engines": {
"node": ">=8"
},
"scripts": {
"test": "nyc -r lcov mocha"
},
"files": [
"app"
],
"keywords": [
"yeoman-generator",
"stratic",
"static",
"staticsite",
"blog"
],
"dependencies": {
"coveralls": "^3.0.11",
"yeoman-generator": "^4.7.2",
"yosay": "^2.0.0"
},
"devDependencies": {
"gulp-cli": "^2.2.0",
"mocha": "^7.1.1",
"nyc": "^15.0.0",
"smart-spawn": "^2.0.1",
"yeoman-assert": "^3.0.0",
"yeoman-test": "^2.3.0"
},
"peerDependencies": {
"yo": ">=1.0.0"
}
}