Initialize a new npm-module
This commit is contained in:
parent
d309e4d2fe
commit
434ca85b41
1 changed files with 25 additions and 0 deletions
25
package.json
Normal file
25
package.json
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
"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": {}
|
||||||
|
}
|
Loading…
Reference in a new issue