forked from Tribunate/Details_Elitism
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
19 lines (19 loc) · 842 Bytes
/
package.json
File metadata and controls
19 lines (19 loc) · 842 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "details_elitism",
"version": "2.7.0",
"description": "A simple *Details!* plugin which provides similar data from [ElitismHelper](https://github.com/amki/ElitismHelper) but inside Details!.",
"scripts": {
"version": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md && conventional-changelog -p angular --skip-unstable -o PARTIALCHANGELOG.md && git add PARTIALCHANGELOG.md",
"build": "curl -s https://raw.githubusercontent.com/BigWigsMods/packager/master/release.sh | bash -s -- -d"
},
"repository": {
"type": "git",
"url": "git+https://github.com/edusperoni/Details_Elitism.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/edusperoni/Details_Elitism/issues"
},
"homepage": "https://github.com/edusperoni/Details_Elitism#readme"
}