brainbaking/package.json

33 lines
784 B
JSON
Raw Normal View History

2020-05-30 17:41:38 +02:00
{
"name": "brainbaking",
"version": "1.0.0",
"description": "",
"main": "jamstack-init.js",
2020-05-30 17:41:38 +02:00
"directories": {
"doc": "docs"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.6",
2021-05-09 09:07:54 +02:00
"@babel/preset-env": "^7.10.1",
"lodash": ">=4.17.21"
2020-05-30 17:41:38 +02:00
},
"scripts": {
2021-04-03 16:06:52 +02:00
"jamstack": "node jamstack-init.js",
"gemini": "agate --content docs/gemini --addr 0.0.0.0:1965 --hostname localhost --lang en-US"
2020-05-30 17:41:38 +02:00
},
"repository": {
"type": "git",
"url": "git+https://github.com/wgroeneveld/brainbaking.git"
},
"author": "Wouter Groeneveld",
"license": "MIT",
2020-05-30 17:41:38 +02:00
"bugs": {
"url": "https://github.com/wgroeneveld/brainbaking/issues"
},
"homepage": "https://brainbaking.com",
"dependencies": {
"jam-my-stack": "^1.0.19"
}
2020-05-30 17:41:38 +02:00
}