-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 1.95 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 1.95 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
{
"name": "goodinthisworld",
"version": "1.0.0",
"description": "Service to connect non-profits with engineers looking to help their communities",
"main": "bin/www",
"scripts": {
"test": "mocha --recursive",
"dev-server": "gulp",
"server": "nodemon ./bin/www",
"start": "npm run server & npm run dev-server",
"postinstall": "gulp heroku:production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BracyBunch/Febe.git"
},
"author": "Bracy Bunch",
"license": "ISC",
"bugs": {
"url": "https://github.com/BracyBunch/Febe/issues"
},
"homepage": "https://github.com/BracyBunch/Febe#readme",
"dependencies": {
"bcrypt": "^0.8.4",
"bluebird": "^2.9.34",
"body-parser": "^1.13.3",
"debug": "^2.2.0",
"express": "^4.13.3",
"express-session": "^1.11.3",
"joi": "^6.6.1",
"lodash": "^3.10.1",
"material-ui": "^0.10.4",
"moment": "^2.10.6",
"passport": "^0.3",
"passport-facebook": "^2.0.0",
"passport-github2": "^0.1.9",
"passport-linkedin-oauth2": "^1.2.1",
"passport-local": "^1.0.0",
"react": "^0.13.3",
"react-bootstrap": "^0.24.4",
"react-onclickoutside": "^0.3.1",
"react-router": "^1.0.0-beta2",
"react-validation-mixin": "^4.2.0",
"reflux": "^0.2.11",
"request": "^2.60.0",
"seraph": "^0.13.2",
"seraph-model": "^0.7.2",
"serve-favicon": "^2.3.0",
"session-file-store": "~0.0.17",
"tether": "^1.1.0",
"validator": "^4.0.2",
"whatwg-fetch": "^0.9.0"
},
"devDependencies": {
"browserify": "^11.0.1",
"chai": "^3.2.0",
"chai-http": "^1.0.0",
"gulp": "^3.9.0",
"gulp-react": "^3.0.1",
"gulp-server-livereload": "^1.4.0",
"gulp-uglify": "^1.2.0",
"gulp-watch": "^4.3.4",
"mocha": "^2.2.5",
"node-notifier": "^4.2.3",
"reactify": "^1.1.1",
"sinon": "^1.15.4",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.3.1"
}
}