{ "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", ".gitignore", "gulpfile.ts", "node_modules/", "package-lock.json", "package.json" ] }, "extra": { "scripts-dev": { "post-install-cmd": [ "npm install" ] } } }