lila/ui/tournamentCalendar/package.json

32 lines
693 B
JSON
Raw Normal View History

2017-12-11 08:51:09 -07:00
{
"name": "tournamentCalendar",
"version": "1.0.0",
"description": "lichess.org tournament calendar",
"main": "src/main.js",
"repository": {
"type": "git",
"url": "https://github.com/ornicar/lila"
},
"keywords": [
"chess",
"lichess",
"tournament",
"calendar"
],
"author": "Thibault Duplessis",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/ornicar/lila/issues"
},
"homepage": "https://github.com/ornicar/lila",
"devDependencies": {
"@build/tsProject": "^2",
2017-12-11 08:51:09 -07:00
"@types/jquery": "^2.0",
"@types/lichess": "1.0.0"
2017-12-11 08:51:09 -07:00
},
"dependencies": {
2018-08-12 11:22:06 -06:00
"snabbdom": "ornicar/snabbdom#0.7.1-lichess",
2017-12-11 08:51:09 -07:00
"date-fns": "^1"
}
}