-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.75 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "kanban-monk",
"version": "0.0.0",
"description": "Time tool helper",
"private": true,
"main": "index.js",
"scripts": {
"nuxt:dev": "nuxt",
"nuxt:build": "nuxt build",
"nuxt:start": "nuxt start",
"nuxt:generate": "nuxt generate",
"start": "npm run nuxt:generate && nodemon --inspect index",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint",
"dev:server": "nodemon --inspect index",
"fixtures": "node fixtures"
},
"dependencies": {
"autosize": "^4.0.2",
"axios": "^0.18.0",
"body-parser": "^1.18.3",
"cookie-parser": "^1.4.3",
"cors": "^2.8.4",
"bluebird": "^3.5.1",
"express": "^4.16.3",
"hammerjs": "^2.0.8",
"lodash": "^4.17.10",
"mongoose": "^5.2.7",
"mongoose-auto-increment": "^5.0.1",
"mongoose-sequence": "^4.0.1",
"node-sass": "^4.9.1",
"nodemon": "^1.18.3",
"nuxt": "^1.0.0",
"redis": "^2.8.0",
"sass-loader": "^7.0.3"
},
"devDependencies": {
"babel-eslint": "^8.2.1",
"eslint": "^4.15.0",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^1.7.1",
"eslint-plugin-vue": "^4.0.0",
"node-mongoose-fixtures": "^0.3.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/StetsD/kanban-monk.git"
},
"keywords": [
"time",
"tool",
"time-management"
],
"author": "'stdm' <must.be.std@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/StetsD/kanban-monk/issues"
},
"homepage": "https://github.com/StetsD/kanban-monk#readme"
}