-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
39 lines (39 loc) · 1 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
{
"name": "swagykuteer",
"version": "1.0.0",
"description": "e-commerce app",
"main": "server.js",
"dependencies": {
"argparse": "^1.0.9",
"body-parser": "^1.15.2",
"connect-busboy": "^0.0.2",
"excel-parser": "^0.2.2",
"express": "^4.14.0",
"express-fileupload": "^0.0.5",
"fs": "^0.0.2",
"mongodb": "^2.1.18",
"mongodb-core": "^1.3.21",
"mongojs": "^2.4.0",
"mongoose": "^4.5.1",
"nodemailer": "^2.5.0",
"resolve-from": "^2.0.0",
"xls-to-json-lc": "^0.3.4",
"xlsx": "^0.8.0",
"xlsx-to-json-lc": "^0.4.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SusilPanda/SwagyKuteer.git"
},
"author": "susilpanda",
"license": "Unlicense",
"bugs": {
"url": "https://github.com/SusilPanda/SwagyKuteer/issues"
},
"homepage": "https://swagykuteer.herokuapp.com/SwagyKuteer/index.html"
}