lila/ui/game/package.json

36 lines
721 B
JSON
Raw Normal View History

{
"name": "game",
"version": "1.0.0",
"description": "lichess.org game",
2014-10-27 07:28:42 -06:00
"main": "src/main.js",
"repository": {
"type": "git",
"url": "https://github.com/ornicar/lila"
},
"keywords": [
"chess",
"lichess",
"play",
"replay"
],
"author": "Thibault Duplessis",
2016-10-12 11:18:08 -06:00
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/ornicar/lila/issues"
},
"homepage": "https://github.com/ornicar/lila",
"devDependencies": {
2017-03-03 05:11:04 -07:00
"browserify": "^14",
"gulp": "^3",
"gulp-streamify": "^1",
"gulp-uglify": "^2",
"gulp-util": "^3",
"uglify-js": "^2",
"vinyl-source-stream": "^1",
"watchify": "^3"
},
"dependencies": {
2017-03-08 05:35:52 -07:00
"chess": "file:../chess"
}
}