-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 941 Bytes
/
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
{
"name": "fantasy_one",
"version": "1.0.0",
"description": "Fantasy Formula1 Web Application.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mahirjain25/FantasyOne.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/mahirjain25/FantasyOne/issues"
},
"homepage": "https://github.com/mahirjain25/FantasyOne#readme",
"dependencies": {
"async": "^2.6.1",
"asyncawait": "^1.0.7",
"body-parser": "^1.18.3",
"chai": "^4.2.0",
"ejs": "^2.6.1",
"ejs-lint": "^0.3.0",
"express": "^4.16.3",
"express-session": "^1.15.6",
"jade": "^1.11.0",
"jquery": "^3.3.1",
"jsdom": "^12.2.0",
"mysql": "^2.16.0",
"nib": "^1.1.2",
"pretty-checkbox": "^3.0.3",
"pug": "^2.0.3",
"sha1": "^1.1.1",
"stylus": "^0.54.5"
}
}