forked from Stegosaurius/Deku
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.69 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
{
"name": "deku",
"version": "1.0.0",
"description": "A hub for greenhouse enthusiasts",
"main": "./server/server.js",
"scripts": {
"start": "nodemon ./server/server.js",
"test": "mocha test/server test/server/e2e/apiToDB",
"postinstall": "bower install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Stegosaurius/Deku.git"
},
"author": "Matthew Loftus, John F. Anderson, Barry Blaha, Edgar Pabon",
"license": "ISC",
"bugs": {
"url": "https://github.com/Stegosaurius/Deku/issues"
},
"homepage": "https://github.com/Stegosaurius/Deku#readme",
"dependencies": {
"aws-sdk": "^2.2.15",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.14.1",
"cloudinary": "^1.2.5",
"connect-flash": "^0.1.1",
"connect-multiparty": "^2.0.0",
"cookie-parser": "^1.4.0",
"cors": "^2.7.1",
"express": "^4.13.3",
"express-jwt": "^3.1.0",
"express-session": "^1.11.3",
"faker": "^3.0.1",
"gm": "^1.20.0",
"jsonwebtoken": "^5.4.0",
"keen-js": "^3.2.7",
"morgan": "^1.6.1",
"multiparty": "^4.1.2",
"mysql": "^2.9.0",
"passport": "^0.3.0",
"passport-facebook": "^2.0.0",
"passport-google-oauth": "^0.2.0",
"passport-local": "^1.0.0",
"path": "^0.12.7"
},
"devDependencies": {
"chai": "^3.3.0",
"grunt": "^0.4.4",
"grunt-contrib-concat": "^0.3.0",
"grunt-contrib-cssmin": "^0.9.0",
"grunt-contrib-jshint": "^0.9.2",
"grunt-contrib-sass": "^0.9.2",
"grunt-contrib-uglify": "^0.4.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-mocha-test": "^0.10.0",
"grunt-nodemon": "^0.2.1",
"grunt-shell": "^0.6.4",
"mocha": "^2.3.3",
"request": "^2.65.0"
}
}