-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
37 lines (37 loc) · 989 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": "run-wintersmith",
"version": "0.0.4",
"description": "Node module for controlling the Wintersmith static site generator. Useful for task runners like gulp.",
"license": "MIT",
"homepage": "https://github.com/vanjacosic/run-wintersmith",
"repository": {
"type": "git",
"url": "https://github.com/vanjacosic/run-wintersmith.git"
},
"bugs": {
"url": "https://github.com/vanjacosic/run-wintersmith/issues"
},
"author": {
"name": "Vanja Cosic",
"email": "[email protected]",
"url": "http://cosic.dk"
},
"keywords": [
"gulp",
"gulpfriendly",
"wintersmith",
"wintersmithfriendly",
"static site generator",
"blog"
],
"readmeFilename": "README.md",
"files": [
"index.js"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"wintersmith": "^2.4.1"
}
}