-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 969 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
39
40
41
42
{
"name": "shoppingapp",
"version": "1.0.0",
"description": "basic curd operation",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KripaJhaa/shopping_VueSequelizeSql3.git"
},
"keywords": [
"shopping",
"app",
"sqlite3",
"sequelize(orm)",
"and",
"vue",
"js",
"for",
"front",
"end"
],
"author": "kripa shankar jha",
"license": "ISC",
"bugs": {
"url": "https://github.com/KripaJhaa/shopping_VueSequelizeSql3/issues"
},
"homepage": "https://github.com/KripaJhaa/shopping_VueSequelizeSql3#readme",
"dependencies": {
"express": "^4.16.3",
"express-session": "^1.15.6",
"hsy-vue-dropdown": "0.0.5",
"nodemon": "^1.17.5",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"sequelize": "^4.37.6",
"sqlite3": "^4.0.0"
}
}