-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 791 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 791 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "com.parkinglotgames.pspclassicwave",
"version": "1.0.0",
"displayName": "PSP Classic Wave Shader",
"description": "Classic PSP Wave background recreated as a shader in Unity with support for BIRP and URP.",
"unity": "2017.1",
"unityRelease": "1f5",
"documentationUrl": "https://github.com/ParkingLotGames/PSP-Classic-Wave-Unity-Shader",
"changelogUrl": "https://github.com/ParkingLotGames/PSP-Classic-Wave-Unity-Shader/release",
"licensesUrl": "https://github.com/ParkingLotGames/PSP-Classic-Wave-Unity-Shader/blob/main/LICENSE",
"keywords": [
"shaders",
"retro",
"nostalgia"
],
"dependencies": {},
"author": {
"name": "Parking Lot Games",
"email": "parkinglotstudiogames@gmail.com",
"url": "https://parkinglotgames.top"
}
}