-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1 KB
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
{
"name": "steampack_project",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"async": "^2.1.4",
"aws-sdk": "^2.15.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.16.0",
"connect-multiparty": "^2.0.0",
"cors": "^2.8.1",
"express": "^4.14.1",
"express-history-api-fallback": "^2.1.0",
"express-session": "^1.15.0",
"formidable": "^1.1.1",
"fs": "0.0.1-security",
"mongoose": "^4.8.1",
"morgan": "^1.8.1",
"multer": "^1.3.0",
"multer-s3": "^2.5.0",
"nodemon": "^1.11.0",
"path": "^0.12.7",
"s3fs": "^2.5.0",
"socket.io": "^1.7.3",
"uuid": "^3.0.1"
},
"devDependencies": {
"eslint": "^3.15.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-html": "^2.0.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.0"
}
}