-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.03 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
{
"name": "ukie-app-server",
"version": "1.0.0",
"description": "A backend for the ukie app",
"main": "index.js",
"scripts": {
"test": "node index.js"
},
"dependencies": {
"destroy": "^1.0.4",
"express": "^4.15.2",
"fs": "0.0.1-security",
"google-auth-library": "^0.10.0",
"livereload": "^0.6.2",
"lodash": "^4.17.4",
"mime": "^1.3.4",
"mysql": "^2.13.0",
"net": "^1.0.2",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"reload": "^1.1.2",
"send": "^0.15.1",
"tls": "0.0.1",
"webpack-dev-server": "^2.4.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MissValeska/ukie-app-server.git"
},
"keywords": [
"ukie",
"language",
"learning",
"ukrainian",
"android",
"app",
"backend"
],
"author": "Valeska Victoria & Gabriela Medvetska",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/MissValeska/ukie-app-server/issues"
},
"homepage": "https://github.com/MissValeska/ukie-app-server#readme"
}