From 434ca85b41521e1e376a45544da156ef1035de2b Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Thu, 3 Oct 2019 21:46:08 +0200 Subject: [PATCH] Initialize a new npm-module --- package.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 package.json 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": {} +}