lila/package.json

30 lines
590 B
JSON
Raw Normal View History

2015-03-12 04:31:56 -06:00
{
"name": "lila",
"version": "1.0.0",
2015-03-15 12:44:52 -06:00
"description": "[lichess.org](http://lichess.org)",
2015-03-12 04:31:56 -06:00
"main": "index.js",
"dependencies": {
2016-11-28 06:05:31 -07:00
"common": "file:../common"
}
2015-03-12 04:31:56 -06:00
},
2015-03-14 02:15:34 -06:00
"devDependencies": {
"gulp-svgmin": "^1.1.1",
2015-03-15 12:44:52 -06:00
"map-stream": "0.0.5",
"svgo": "^0.5.0",
"vinyl": "^0.4.6"
2015-03-12 04:31:56 -06:00
},
"repository": {
"type": "git",
"url": "https://github.com/ornicar/lila.git"
},
"keywords": [
"chess"
],
2015-03-15 12:44:52 -06:00
"author": "Thibault Duplessis",
2015-03-12 04:31:56 -06:00
"license": "MIT",
"bugs": {
"url": "https://github.com/ornicar/lila/issues"
},
2015-03-15 12:44:52 -06:00
"homepage": "http://lichess.org"
2015-03-12 04:31:56 -06:00
}