lila/ui/notify/package.json

16 lines
344 B
JSON
Raw Normal View History

{
2017-05-28 10:32:14 -06:00
"name": "notify",
"version": "2.0.0",
"description": "lichess.org notifications UI",
"author": "Thibault Duplessis",
"license": "AGPL-3.0",
"dependencies": {
2018-08-12 11:22:06 -06:00
"snabbdom": "ornicar/snabbdom#0.7.1-lichess"
},
"devDependencies": {
"@build/tsProject": "^2",
2017-03-03 05:11:04 -07:00
"@types/jquery": "^2.0",
"@types/lichess": "1.0.0"
}
}