-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.07 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
{
"name": "app",
"version": "0.0.0",
"private": true,
"engines": {
"node": "6.x"
},
"scripts": {
"start": "node ./bin/www"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Telefonica/scrumit.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Telefonica/scrumit/issues"
},
"homepage": "https://github.com/Telefonica/scrumit#readme",
"dependencies": {
"body-parser": "~1.15.2",
"cookie-parser": "~1.4.3",
"debug": "~2.2.0",
"express": "~4.14.0",
"jade": "~1.11.0",
"jira-connector": "2.4.0",
"moment": "^2.15.2",
"mongoose": "^4.6.6",
"morgan": "~1.7.0",
"node-uuid": "^1.4.7",
"request-promise": "^4.1.1",
"require-all": "^2.0.0",
"serve-favicon": "~2.3.0",
"slackbots": "0.5.3",
"underscore": "^1.8.3",
"winston": "^2.3.0"
},
"devDependencies": {
"eslint": "^3.9.1",
"eslint-config-standard": "^6.2.1",
"eslint-plugin-node": "^3.0.3",
"eslint-plugin-promise": "^3.3.1",
"eslint-plugin-standard": "^2.0.1"
}
}