You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
752 B
35 lines
752 B
{ |
|
"name": "salet-gamepad", |
|
"version": "1.0.0", |
|
"description": "A gamepad module for Salet 2.", |
|
"keywords": [ |
|
"ifiction", |
|
"interactive fiction", |
|
"games", |
|
"coffeescript", |
|
"gamepad" |
|
], |
|
"homepage": "https://salet.su", |
|
"bugs": { |
|
"url": "https://gitlab.com/oreolek/salet-gamepad-module/issues" |
|
}, |
|
"license": "MIT", |
|
"dependencies": { |
|
"jquery": "^3.3.1" |
|
}, |
|
"private": false, |
|
"author": { |
|
"name": "Alexander Yakovlev", |
|
"email": "keloero@oreolek.ru", |
|
"url": "https://oreolek.ru" |
|
}, |
|
"devDependencies": { |
|
"glob": "^7.1.2", |
|
"coffeescript": "^2.0.0" |
|
}, |
|
"main": "lib/index.min.js", |
|
"repository": { |
|
"type": "git", |
|
"url": "https://gitlab.com/oreolek/salet-gamepad-module" |
|
} |
|
}
|
|
|