-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.22 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
{
"name": "time-tracker-bot",
"author": {
"name": "Wissam Abirached",
"email": "[email protected]"
},
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node ./bin/www",
"lint": "eslint ./",
"test": "mocha"
},
"dependencies": {
"async": "^2.0.0-rc.5",
"body-parser": "~1.13.2",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"es6-promisify": "^4.0.0",
"express": "~4.13.1",
"fs": "0.0.2",
"lodash": "4.8.2",
"moment": "2.12.0",
"mongoose": "^4.4.16",
"mongoose-beautiful-unique-validation": "^3.0.0",
"mongoose-json-select": "^0.2.1",
"morgan": "~1.6.1",
"path": "^0.12.7",
"q": "^1.4.1",
"request": "^2.69.0",
"validator": "^5.2.0",
"winston": "^2.2.0"
},
"devDependencies": {
"eslint": "^3.19.0",
"eslint-config-standard": "^10.2.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-mocha": "^4.9.0",
"eslint-plugin-node": "^4.2.2",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"mocha": "^3.2.0"
},
"engines": {
"node": "6.0.0"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/wabirached/time-tracker-bot"
}
}