-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 812 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 812 Bytes
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
{
"name": "loginapp",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "testendpoint"
},
"author": "",
"license": "ISC",
"dependencies": {
"angular": "^1.8.2",
"angular-animate": "^1.8.2",
"angular-aria": "^1.8.2",
"angular-material": "^1.2.2",
"angular-messages": "^1.8.2",
"angular-tree-control": "^0.2.30",
"angular-ui-bootstrap": "^2.5.6",
"angular-ui-router": "^1.0.29",
"angular-ui-select2": "0.0.5",
"bcrypt": "^5.0.1",
"crypto-js": "^4.0.0",
"encoding": "^0.1.13",
"express": "^4.17.1",
"generate-password": "^1.6.0",
"http": "0.0.1-security",
"mysql": "^2.18.1",
"nodemailer": "^6.4.18",
"path": "^0.12.7",
"q": "^1.5.1",
"url": "^0.11.0"
},
"devDependencies": {},
"description": ""
}