-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
22 lines (22 loc) · 914 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "details_elitism",
"version": "2.15.1",
"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",
"devDependencies": {
"conventional-changelog-cli": "^4.1.0"
}
}