63 lines
1.4 KiB
JSON
63 lines
1.4 KiB
JSON
{
|
|
"name": "manuth/mantra",
|
|
"version": "0.0.0",
|
|
"description": "A SilverStripe-theme called \"mantra\".",
|
|
"type": "silverstripe-theme",
|
|
"authors": [
|
|
{
|
|
"name": "Manuel Thalmann",
|
|
"email": "m@nuth.ch"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"SilverStripe",
|
|
"Theme",
|
|
"m@nuth",
|
|
"mantra"
|
|
],
|
|
"repositories": [
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/manuth/mantra.git"
|
|
}
|
|
],
|
|
"homepage": "https://github.com/manuth/mantra#readme",
|
|
"scripts-descriptions": {
|
|
"initialize": "Initializes the project."
|
|
},
|
|
"scripts": {
|
|
"initialize": "npm run initialize"
|
|
},
|
|
"require": {},
|
|
"require-dev": {
|
|
"neronmoon/scriptsdev": "^0.1.6"
|
|
},
|
|
"archive": {
|
|
"exclude": [
|
|
"/*.tar",
|
|
".devcontainer",
|
|
".gulp",
|
|
".gitignore",
|
|
".vscode/",
|
|
"gulpfile.ts",
|
|
"node_modules/",
|
|
"package-lock.json",
|
|
"package.json",
|
|
"src/",
|
|
"test/",
|
|
"tsconfig.json",
|
|
"tslint.json"
|
|
]
|
|
},
|
|
"extra": {
|
|
"scripts-dev": {
|
|
"post-install-cmd": [
|
|
"npm install",
|
|
"@initialize",
|
|
"composer --working-dir=./test/website install"
|
|
]
|
|
}
|
|
}
|
|
}
|