-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1.05 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
{
"name": "rnserver",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon --watch models --watch controller --watch services --watch index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"async": "^2.1.5",
"aws-sdk": "^2.6.14",
"babel-eslint": "^7.2.1",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.15.2",
"dotenv": "^2.0.0",
"express": "^4.14.0",
"jwt-simple": "^0.5.0",
"mongoose": "^4.6.4",
"mongoose-findorcreate": "^2.0.0",
"mongoose-paginate": "^5.0.3",
"morgan": "^1.7.0",
"nodemon": "^1.11.0",
"passport": "^0.3.2",
"passport-facebook-token": "^3.3.0",
"passport-jwt": "^2.1.0",
"passport-local": "^1.0.0",
"uuid": "^2.0.3"
},
"devDependencies": {
"babel-eslint": "^7.2.1",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.3"
}
}