-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
40 lines (40 loc) · 1006 Bytes
/
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": "forager",
"version": "1.0.0",
"description": "",
"main": "server.js",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.15.0",
"connect-flash": "^0.1.1",
"dot": "^1.0.3",
"dotenv": "^2.0.0",
"ejs": "^2.4.1",
"env": "0.0.2",
"express": "^4.13.4",
"express-session": "^1.13.0",
"google-map-react": "^0.10.5",
"mongodb-uri": "^0.9.7",
"mongoose": "^4.4.6",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"toastr": "^2.1.2"
},
"devDependencies": {
"babel-eslint": "^4.1.7",
"eslint": "2.2.x",
"eslint-config-airbnb": "^6.1.0",
"babel-preset-es2015": "^6.6.0"
},
"scripts": {
"lint": "eslint public config models routes *.js",
"test": "echo \"Error: no test specified\" && exit 1",
"babel-eslint": "^4.1.7",
"eslint-config-airbnb": "^6.1.0",
"eslint-plugin-react": "^4.0.0",
"eslint": "2.2.x",
"start": "node server.js"
},
"author": "",
"license": "ISC"
}