lila/ui/tree/package.json

34 lines
703 B
JSON
Raw Normal View History

2016-11-26 05:28:23 -07:00
{
"name": "tree",
"version": "1.0.0",
"description": "lichess.org moves tree",
"main": "src/main.js",
"repository": {
"type": "git",
"url": "https://github.com/ornicar/lila"
},
"keywords": [
"chess",
"lichess"
],
"author": "Thibault Duplessis",
"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"
2016-11-26 05:28:23 -07:00
},
"dependencies": {
"common": "file:../common"
2016-11-26 05:28:23 -07:00
}
}