-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
45 lines (45 loc) · 994 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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "stone-definitions",
"version": "11.2.0",
"description": "Stone Platform and Controller Specification",
"main": "./dist/stone.dist.json",
"scripts": {
"test": "gulp",
"prepare": "gulp"
},
"repository": {
"type": "git",
"url": "http://github.com/SnowflakePowered/stone"
},
"keywords": [
"stone",
"snowflake",
"game",
"retro",
"emulation",
"spec",
"controller",
"platform",
"console",
"gamepad",
"system",
"platformid"
],
"author": "Snowflake Authors",
"license": "MIT",
"bugs": {
"url": "https://github.com/SnowflakePowered/stone/issues"
},
"homepage": "https://github.com/SnowflakePowered/stone",
"devDependencies": {
"gulp": "^4.0.1",
"gulp-json-concat": "0.0.5",
"gulp-json-editor": "^2.5.2",
"gulp-json-format": "^2.0.0",
"gulp-rename": "^1.4.0",
"gulp-tv4": "^0.1.0",
"gulp-yaml": "^1.0.1",
"merge-stream": "^1.0.0",
"through2": "^2.0.5"
}
}