mantra/package.json

26 lines
538 B
JSON
Raw Normal View History

2019-10-03 19:46:08 +00:00
{
"name": "mantra",
"version": "0.0.0",
"description": "A SilverStripe-theme called \"mantra\".",
"author": "Manuel Thalmann <m@nuth.ch>",
"license": "MIT",
"keywords": [
"SilverStripe",
"Theme",
"m@nuth",
"mantra"
],
"repository": {
"type": "git",
"url": "https://git.nuth.ch/manuth/mantra.git"
},
"bugs": {
"url": "https://git.nuth.ch/manuth/mantra/issues"
},
"homepage": "https://git.nuth.ch/manuth/mantra#readme",
"scripts": {
},
"dependencies": {},
"devDependencies": {}
}