-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.36 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
49
50
51
52
{
"name": "crypt",
"version": "1.0.0",
"description": "An award winning AES secured account manager 🏆",
"main": "index.js",
"dependencies": {
"axios": "^0.17.1",
"bcrypt": "^3.0.0",
"body-parser": "^1.18.2",
"copy-to-clipboard": "^3.0.8",
"dotenv": "^4.0.0",
"express": "^4.16.3",
"jsonwebtoken": "^8.2.1",
"mailin": "^3.0.4",
"mongoose": "^5.0.16",
"nodemailer": "^4.6.4",
"nodemon": "^1.18.4",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"react-notification": "^6.8.2",
"react-router-dom": "^4.2.2",
"reactstrap": "^5.0.0",
"smtp-server": "^3.4.2"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"html-webpack-plugin": "^2.30.1",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"superagent": "3.7.0",
"url-parse": "^1.4.3",
"webpack": "^3.11.0",
"webpack-dev-server": "^3.3.1"
},
"scripts": {
"dev": "npm run start & webpack --watch",
"start": "nodemon ./server/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eloreprojects/crypt.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/eloreprojects/crypt/issues"
},
"homepage": "https://github.com/eloreprojects/crypt#readme"
}