mirror of
https://github.com/wekan/wekan.git
synced 2025-12-27 20:58:48 +01:00
Standalone Wekan seems to work, needs testing. This does not fix crash bug of MongoDB 3.4.x. This version does not yet work on Sandstorm.
36 lines
845 B
JSON
36 lines
845 B
JSON
{
|
|
"name": "wekan",
|
|
"version": "0.60.0",
|
|
"description": "The open-source Trello-like kanban",
|
|
"private": true,
|
|
"scripts": {
|
|
"lint": "eslint --ignore-pattern 'packages/*' .",
|
|
"test": "npm run --silent lint"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "@meteorjs/eslint-config-meteor"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/wekan/wekan.git"
|
|
},
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/wekan/wekan/issues"
|
|
},
|
|
"homepage": "https://wekan.github.io",
|
|
"devDependencies": {
|
|
"eslint": "^4.11.0"
|
|
},
|
|
"dependencies": {
|
|
"babel-runtime": "^6.26.0",
|
|
"bcrypt": "^1.0.3",
|
|
"bson": "^1.0.4",
|
|
"es6-promise": "^4.1.1",
|
|
"fibers": "^2.0.0",
|
|
"meteor-node-stubs": "^0.3.2",
|
|
"os": "^0.1.1",
|
|
"phantomjs-prebuilt": "^2.1.16",
|
|
"xss": "^0.3.4"
|
|
}
|
|
}
|