{ "name": "Wekan", "version": "0.10.1", "description": "The open-source Trello-like kanban", "private": true, "scripts": { "lint": "eslint .", "test": "npm run --silent lint" }, "repository": { "type": "git", "url": "git+https://github.com/wekan/wekan.git" }, "license": "MIT", "bugs": { "url": "https://github.com/wekan/wekan/issues" }, "homepage": "https://wekan.io", "devDependencies": { "eslint": "^2.0.0" } }