forked from Splamy/ScoreSaberEnhanced
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 808 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 808 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "scoresaberenhanced",
"version": "1.7.1",
"description": "Adds links to beatsaver, player comparison and various other improvements",
"main": "src/main.ts",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/Splamy/ScoreSaberEnhanced.git"
},
"keywords": [
"BeatSaber",
"ScoreSaber",
"Beat",
"Saber",
"Score",
"Enhanced",
"UserScript"
],
"author": "Splamy, TheAsuro",
"license": "MIT",
"bugs": {
"url": "https://github.com/Splamy/ScoreSaberEnhanced/issues"
},
"homepage": "https://github.com/Splamy/ScoreSaberEnhanced#readme",
"devDependencies": {
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-replace": "^1.0.0",
"rollup": "^1.32.0",
"rollup-plugin-typescript": "^1.0.1",
"tslib": "^1.11.1",
"typescript": "^3.8.3"
}
}