-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.21 KB
/
Copy pathpackage.json
File metadata and controls
75 lines (75 loc) · 2.21 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "BluePlate",
"version": "1.0.0",
"description": "Flash deals from restaurants to patrons",
"engines": {
"node": "5.0.0"
},
"scripts": {
"start": "./node_modules/.bin/nodemon server/server.js --ignore node_modules/",
"test": "./test/run.sh"
},
"repository": {
"type": "git",
"url": "https://github.com/GitCats/BluePlate"
},
"author": "Salman Oskooi <soskooi@gmail.com>, Kayla Handy <kayla.j.handy@gmail.com>, Kayla Matteo <kaylamatteo@gmail.com>, Garrett Brustkern <gbrustkern@gmail.com>",
"license": "CC-BY-4.0",
"homepage": "https://github.com/GitCats/BluePlate#readme",
"bugs": {
"url": "https://github.com/GitCats/BluePlate/issues"
},
"dependencies": {
"babelify": "^7.2.0",
"bcrypt": "^0.8.5",
"body-parser": "^1.14.2",
"browserify": "^13.0.0",
"browserify-middleware": "^7.0.0",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.1",
"express": "^4.13.3",
"express-session": "^1.13.0",
"formidable": "^1.0.17",
"fs-extra": "^0.26.4",
"history": "^1.17.0",
"jwt-simple": "^0.4.1",
"knex": "^0.21.1",
"moment": "^2.11.1",
"morgan": "^1.6.1",
"nodemailer": "^0.7.1",
"nodemon": "^1.8.1",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"pg": "^4.4.3",
"react": "^0.14.6",
"react-addons": "^0.9.0",
"react-addons-clone-with-props": "^0.14.6",
"react-addons-create-fragment": "^0.14.6",
"react-addons-linked-state-mixin": "^0.14.6",
"react-addons-pure-render-mixin": "^0.14.6",
"react-addons-shallow-compare": "^0.14.6",
"react-addons-transition-group": "^0.14.6",
"react-addons-update": "^0.14.6",
"react-datetime": "^2.0.2",
"react-dom": "^0.14.6",
"react-gmaps": "^1.2.2",
"react-google-maps": "^4.7.2",
"react-mailto": "^0.3.0",
"react-modal": "^0.6.1",
"react-router": "^1.0.3",
"react-tabs": "^0.5.1",
"react-tap-event-plugin": "^0.2.1",
"reactify": "^1.1.1",
"twilio": "^2.8.0",
"underscore": "^1.8.3",
"yelp": "^1.0.1"
},
"devDependencies": {
"react-bootstrap": "^0.28.2",
"chai": "^3.4.0",
"mocha": "^2.3.3",
"nodemon": "^1.3.7",
"supertest": "^1.1.0",
"supertest-as-promised": "^2.0.2"
}
}