wekan/package.json

26 lines
559 B
JSON
Raw Normal View History

{
"name": "wekan",
2017-02-10 18:02:19 +02:00
"version": "0.11.1-rc1",
"description": "The open-source Trello-like kanban",
"private": true,
"scripts": {
"lint": "eslint --ignore-pattern 'packages/*' .",
"test": "npm run --silent lint"
},
"repository": {
"type": "git",
2017-02-10 18:02:19 +02:00
"url": "git+https://github.com/wekan/wekan.git"
},
"license": "MIT",
"bugs": {
2017-02-10 18:02:19 +02:00
"url": "https://github.com/wekan/wekan/issues"
},
2017-02-10 18:02:19 +02:00
"homepage": "https://github.com/wekan/wekan",
"devDependencies": {
"eslint": "^2.0.0"
2016-07-18 16:56:15 +02:00
},
"dependencies": {
"xss": "^0.3.3"
}
}