-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 783 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 783 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
{
"name": "unirx-observableunitywebrequest",
"version": "1.0.0",
"description": "Provides extension methods to fetch as `IObservable` using UnityWebRequest",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"json-server": "^0.16.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"server": "json-server --watch db.js --port 3001"
},
"repository": {
"type": "git",
"url": "git+https://github.com/upm-packages/UniRx-ObservableUnityWebRequest.git"
},
"author": "Tetsuya Mori <monry84@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/upm-packages/UniRx-ObservableUnityWebRequest/issues"
},
"homepage": "https://github.com/upm-packages/UniRx-ObservableUnityWebRequest#readme"
}