-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.25 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
{
"name": "auction-away",
"version": "1.2.0",
"description": "AuctionAway is aimed at providing a modern and seamless online solution to people who want to auction the things they no longer use at much higher prices than the ones offered by good-old classified ads. It can also be used by firms who want to bring their auctioning process online.",
"main": "app.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "./node_modules/.bin/mocha --reporter spec",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/s-xync/auction-away.git"
},
"author": "",
"license": "gpl-3.0",
"bugs": {
"url": "https://github.com/s-xync/auction-away/issues"
},
"homepage": "https://github.com/s-xync/auction-away#readme",
"dependencies": {
"bcryptjs": "*",
"body-parser": "*",
"chai": "^4.1.2",
"connect-flash": "*",
"cookie-parser": "^1.4.1",
"express": "*",
"express-handlebars": "*",
"express-messages": "*",
"express-session": "*",
"express-validator": "*",
"mocha": "^5.1.0",
"mongoose": "^5.3.7",
"node-gyp": "*",
"node-schedule": "*",
"passport": "*",
"passport-http": "*",
"passport-local": "*",
"request": "^2.85.0"
}
}