-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.19 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
44
45
46
47
48
{
"name": "pictor-encryption",
"version": "1.0.0",
"description": "CS467 Capstone Project",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tylerbmcsilva/pictor-encryption.git"
},
"author": "Pictor Group",
"license": "",
"bugs": {
"url": "https://github.com/tylerbmcsilva/pictor-encryption/issues"
},
"engines": {
"node": "10.*"
},
"homepage": "https://github.com/tylerbmcsilva/pictor-encryption#readme",
"dependencies": {
"bcrypt": "^2.0.1",
"bluebird": "^3.5.1",
"body-parser": "^1.18.2",
"cookie-parser": "^1.4.3",
"crypto": "^1.0.1",
"crypto-browserify": "^3.12.0",
"express": "^4.16.3",
"express-handlebars": "^3.0.0",
"express-mysql-session": "^1.3.0",
"express-session": "^1.15.6",
"express-winston": "^2.5.1",
"metaphone": "^1.0.3",
"mocha": "^5.1.1",
"mysql": "^2.15.0",
"nan": "^2.10.0",
"node-gyp": "^3.6.2",
"node-rsa": "^0.4.2",
"passport": "^0.4.0",
"rebuild": "^0.1.2",
"rsa-pem-to-jwk": "^1.1.3",
"should": "^13.2.1",
"winston": "^2.4.2"
},
"private": true
}