-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.3 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.3 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
42
43
44
45
46
47
48
49
{
"name": "chefsforpr",
"version": "0.0.0",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/TechForPR/chefsForPR"
},
"license": "MIT License",
"scripts": {
"start": "./node_modules/.bin/supervisor ./bin/www",
"test": "./node_modules/.bin/mocha --reporter spec test/index.js"
},
"dependencies": {
"bluebird": "^3.5.1",
"body-parser": "~1.18.2",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"express": "~4.15.5",
"forms": "^1.3.0",
"hbs": "~4.0.1",
"less-middleware": "~2.2.1",
"moment": "^2.19.1",
"mongoose": "^4.10.8",
"morgan": "~1.9.0",
"serve-favicon": "~2.4.5",
"shortid": "^2.2.8",
"method-override": "~1.0.0",
"express-session": "~1.0.0",
"passport": "~0.1.17",
"passport-local": "~0.1.6",
"passport-facebook": "~1.0.2",
"passport-twitter": "~1.0.2",
"passport-google-oauth": "~0.1.5",
"connect-flash": "~0.1.1",
"bcrypt-nodejs": "latest",
"supervisor": "^0.12.0"
},
"devDependencies": {
"chai": "^4.1.2",
"eslint-config-airbnb": "^16.0.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jasmine": "^2.9.1",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.4.0",
"mocha": "^4.0.1",
"mocha-eslint": "^4.1.0"
}
}