wekan/package.json

33 lines
745 B
JSON
Raw Normal View History

{
"name": "wekan",
2017-04-02 17:04:17 +03:00
"version": "0.18.0",
"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-03-24 22:31:59 +02:00
"homepage": "https://wekan.github.io",
"devDependencies": {
"eslint": "^2.0.0"
2016-07-18 16:56:15 +02:00
},
"dependencies": {
2017-03-30 12:29:20 +03:00
"babel-runtime": "^6.23.0",
2017-04-27 20:40:07 +03:00
"bcrypt": "^1.0.2",
"bson": "^1.0.4",
"es6-promise": "^4.1.0",
2017-03-30 12:29:20 +03:00
"meteor-node-stubs": "^0.2.6",
"winston": "^2.3.1",
"winston-zulip": "0.0.6",
"xss": "^0.3.3"
}
}