mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-01-04 03:34:08 +00:00
30 lines
774 B
JSON
30 lines
774 B
JSON
|
{
|
||
|
"author": "Chris Oakman <chris@oakmac.com> (http://chrisoakman.com/)",
|
||
|
"name": "@chrisoakman/chessboardjs",
|
||
|
"description": "JavaScript chessboard widget",
|
||
|
"homepage": "https://chessboardjs.com",
|
||
|
"license": "MIT",
|
||
|
"version": "1.0.0",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git://github.com/oakmac/chessboardjs.git"
|
||
|
},
|
||
|
"files": ["dist/"],
|
||
|
"dependencies": {
|
||
|
"jquery": ">=3.4.1"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"csso": "3.5.1",
|
||
|
"fs-plus": "3.1.1",
|
||
|
"kidif": "1.1.0",
|
||
|
"mustache": "2.3.0",
|
||
|
"standard": "10.0.2",
|
||
|
"uglify-js": "3.6.0"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"build": "standard lib/chessboard.js && node scripts/build.js",
|
||
|
"standard": "standard --fix lib/*.js website/js/*.js",
|
||
|
"website": "node scripts/website.js"
|
||
|
}
|
||
|
}
|