-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
58 lines (58 loc) · 1.66 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
53
54
55
56
57
58
{
"name": "gigabyte-gorillas",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon server/server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Gigabyte-Gorillas/Gigabyte-Gorillas.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Gigabyte-Gorillas/Gigabyte-Gorillas/issues"
},
"homepage": "https://github.com/Gigabyte-Gorillas/Gigabyte-Gorillas#readme",
"dependencies": {
"aws-sdk": "^2.54.0",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.17.1",
"clarifai": "^2.1.6",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.3",
"express": "^4.15.3",
"express-mysql-session": "^1.2.0",
"express-session": "^1.15.2",
"jwt-simple": "^0.5.1",
"moment": "^2.18.1",
"morgan": "^1.8.1",
"mysql": "^2.13.0",
"passport": "^0.3.2",
"passport-facebook": "^2.1.1",
"passport-local": "^1.0.0",
"path": "^0.12.7",
"promise-mysql": "^3.0.1",
"react-native-camera": "git+https://github.com/lwansbrough/react-native-camera.git",
"react-native-image-picker": "^0.26.3",
"request": "^2.81.0",
"request-promise": "^4.2.0",
"s3-upload-stream": "^1.0.7",
"serve-favicon": "^2.4.2",
"shortid": "^2.2.8"
},
"devDependencies": {
"babel-preset-es2015": "^6.24.1",
"commitizen": "^2.9.6",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-loader": "^1.7.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.3",
"nodemon": "^1.11.0"
}
}