forked from tabrza/foodie
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
66 lines (66 loc) · 1.7 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
59
60
61
62
63
64
65
66
{
"name": "foodie",
"version": "1.0.0",
"description": "",
"main": "index.js",
"engines": {
"node": "9.2.0",
"npm": "5.5.1"
},
"scripts": {
"start": "node index.js",
"server": "nodemon index.js",
"client": "npm run start --prefix client",
"dev": "concurrently \"npm run server\" \"npm run client\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/tabrza/foodie.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/tabrza/foodie/issues"
},
"homepage": "https://github.com/tabrza/foodie#readme",
"devDependencies": {
"chai": "^4.1.2",
"eslint": "^4.15.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.5.1",
"express-handlebars": "^3.0.0",
"fast-csv": "^2.4.1",
"grunt": "^1.0.1",
"grunt-selenium-standalone": "^1.0.1",
"grunt-webdriver": "^2.0.3",
"mocha": "^4.1.0",
"node-mongo-seeds": "^2.3.2",
"nodemon": "^1.14.9",
"selenium-standalone": "^6.12.0",
"supertest": "^3.0.0",
"wdio-mocha-framework": "^0.5.12",
"wdio-selenium-standalone-service": "0.0.9",
"webdriverio": "^4.9.11"
},
"directories": {
"test": "test"
},
"dependencies": {
"body-parser": "^1.18.2",
"chai-http": "^3.0.0",
"concurrently": "^3.5.1",
"cookie-session": "^2.0.0-beta.3",
"express": "^4.16.2",
"mongoose": "^4.13.9",
"nodemailer": "^4.4.1",
"oauth2": "0.0.1",
"passport": "^0.4.0",
"passport-google-oauth20": "^1.0.0",
"react-notifications": "^1.4.3",
"redux-thunk": "^2.2.0",
"tesco-api-node": "^1.3.0"
}
}