lila/ui/dasher/package.json

25 lines
560 B
JSON

{
"name": "dasher",
"version": "2.0.0",
"description": "lichess.org multipurpose dropdown",
"author": "Thibault Duplessis",
"license": "AGPL-3.0",
"dependencies": {
"snabbdom": "ornicar/snabbdom#lichess"
},
"devDependencies": {
"@types/jquery": "^2.0",
"@types/jqueryui": "^1.11",
"browserify": "^14",
"gulp": "^3",
"gulp-uglify": "^3",
"gulp-util": "^3",
"tsify": "^3",
"@types/lichess": "1.0.0",
"typescript": "^2",
"vinyl-buffer": "^1",
"vinyl-source-stream": "^1",
"watchify": "^3"
}
}