wekan/package.json

26 lines
528 B
JSON
Raw Normal View History

{
"name": "wekan",
"version": "0.10.1",
"description": "The open-source Trello-like kanban",
"private": true,
"scripts": {
"lint": "eslint .; exit 0",
"test": "npm run --silent lint; exit 0"
},
"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"
2016-07-18 16:56:15 +02:00
},
"dependencies": {
"xss": "^0.2.13"
}
}