forked from RobLoach/libretro-database-scummvm
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 743 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 743 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
{
"name": "libretro-scummvm.dat",
"title": "ScummVM",
"version": "1.8.1",
"date": "2016-06-11",
"description": "DAT file containing game files to launch ScummVM games from RetroArch.",
"main": "libretro-scummvm.js",
"private": true,
"scripts": {
"test": "node libretro-scummvm"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RobLoach/libretro-scummvm.dat.git"
},
"author": "Rob Loach",
"license": "MIT",
"bugs": {
"url": "https://github.com/RobLoach/libretro-scummvm.dat/issues"
},
"authorUrl": "https://github.com/libretro/scummvm",
"homepage": "https://github.com/RobLoach/libretro-scummvm.dat#readme",
"dependencies": {
"crc": "^3.4.0",
"rimraf": "^2.5.2"
}
}