forked from Hammad2002/F28WP-project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (39 loc) · 1.02 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
{
"name": "f28wp-nibblebyte",
"version": "1.0.0",
"description": "server side",
"main": "app.js",
"dependencies": {
"connect": "^3.7.0",
"connect-assetmanager": "0.0.24",
"connect-assetmanager-handlers": "0.0.17",
"expres": "0.0.5",
"express": "^4.17.1",
"jade": "^0.16.2",
"jquery": "^3.5.1",
"leaderboard": "0.0.9",
"less": "^1.1.5",
"log4js": "^0.3.9",
"memcached": "0.0.5",
"mysql": "^2.18.1",
"redis-url": "0.0.1",
"request": "^2.2.0",
"socket.io": "^3.0.3",
"underscore": "^1.2.1"
},
"scripts": {
"start": "node app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/F28WP-Dubai-nibbleByte/F28WP-project.git"
},
"author": "mas25 and apv2",
"license": "ISC",
"bugs": {
"url": "https://github.com/F28WP-Dubai-nibbleByte/F28WP-project/issues"
},
"homepage": "https://github.com/F28WP-Dubai-nibbleByte/F28WP-project#readme",
"devDependencies": {}
}