diff --git a/package.json b/package.json new file mode 100644 index 0000000..12516dc --- /dev/null +++ b/package.json @@ -0,0 +1,25 @@ +{ + "name": "mantra", + "version": "0.0.0", + "description": "A SilverStripe-theme called \"mantra\".", + "author": "Manuel Thalmann ", + "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": {} +}