12345678910111213141516171819202122232425 |
- {
- "name": "wekan",
- "version": "0.11.1-rc1",
- "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://github.com/wekan/wekan",
- "devDependencies": {
- "eslint": "^2.0.0"
- },
- "dependencies": {
- "xss": "^0.3.3"
- }
- }
|