forked from cartoonnerie/g1-eq5-Release
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.17 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
{
"name": "g1-eq5-dev",
"version": "1.0.0",
"description": "Project management tool",
"main": "app.js",
"directories": {
"test": "test"
},
"scripts": {
"start": "cross-env NODE_ENV=dev node src/app.js",
"prod": "NODE_ENV=prod node src/app.js",
"test": "cross-env NODE_ENV=test mocha test/**/*.test.js --exit",
"e2e": "cross-env NODE_ENV=test mocha --timeout 3000 test/e2e/*.js",
"lint": "eslint src test --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wilfried33/g1-eq5-Dev.git"
},
"keywords": [
"issue",
"task",
"agile",
"management"
],
"author": "ljolliet",
"license": "MIT",
"bugs": {
"url": "https://github.com/wilfried33/g1-eq5-Dev/issues"
},
"homepage": "https://github.com/wilfried33/g1-eq5-Dev#readme",
"dependencies": {
"chai": "^4.2.0",
"chai-http": "^4.3.0",
"chromedriver": "^86.0.0",
"config": "^3.3.2",
"cross-env": "^7.0.3",
"ejs": "^3.1.5",
"eslint": "^7.13.0",
"express": "^4.17.1",
"mocha": "^8.2.1",
"mongodb": "^3.6.3",
"mongoose": "^5.10.13",
"selenium-webdriver": "^4.0.0-alpha.7",
"cookie-parser": "^1.4.3"
}
}