-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
37 lines (37 loc) · 984 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
{
"name": "referraly",
"version": "0.0.1",
"private": false,
"main": "app.js",
"scripts": {
"test": "./node_modules/.bin/mocha ./tests/unit.js --reporter spec --timeout 10000"
},
"description": "Referral System built in nodejs, manage ranklist, coupon_codes, sharing counts and lot more",
"author": "Vikesh Tiwari <[email protected]>",
"license": "MIT License",
"dependencies": {
"activator": "^3.0.1",
"async": "^2.6.0",
"body-parser": "^1.18.2",
"compression": "^1.7.1",
"connect-mongo": "^2.0.0",
"dotenv": "^4.0.0",
"express": "^4.16.2",
"express-session": "^1.15.6",
"file-system": "^2.2.2",
"flash": "^1.1.0",
"path": "^0.12.7",
"pug": "^2.0.0-rc.4",
"liquidjs": "^2.0.3",
"moment": "^2.19.3",
"mongoose": "^4.13.5",
"request": "^2.83.0",
"hashids": "1.1.4",
"serve-favicon": "*"
},
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^4.0.1",
"eslint": "^4.12.1"
}
}