-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
69 lines (69 loc) · 2 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
67
68
69
{
"name": "hacc2016-devleague-for-homeless",
"version": "1.0.0",
"description": "Help homeless outreach teams efficiently respond to community referrals through mobile apps",
"main": "index.js",
"scripts": {
"dev": "npm run build -- --watch",
"build": "webpack src/app.js public/js/app.js --module-bind 'js=babel'",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"lint": "eslint src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kekuso/hacc2016-DevLeague-for-Homelessness.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/kekuso/hacc2016-DevLeague-for-Homelessness/issues"
},
"homepage": "https://github.com/creindle/hacc2016-DevLeague-for-Homelessness#readme",
"dependencies": {
"bluebird": "^3.4.6",
"body-parser": "^1.15.2",
"bootstrap": "^3.3.7",
"cloudinary": "^1.4.2",
"cookie-parser": "^1.4.3",
"cron": "^1.1.0",
"dateformat": "^1.0.12",
"debug": "^2.2.0",
"express": "^4.14.0",
"express-session": "^1.14.1",
"gulp": "^3.9.1",
"gulp-sass": "^2.3.2",
"method-override": "^2.3.6",
"moment": "^2.14.1",
"moment-timezone": "^0.5.5",
"mongoose": "^4.6.0",
"morgan": "^1.7.0",
"multiparty": "^4.1.2",
"pg": "^6.1.0",
"pg-hstore": "^2.3.2",
"pug": "^2.0.0-beta6",
"sequelize": "^3.24.2",
"twilio": "^2.10.0"
},
"devDependencies": {
"babel-cli": "^6.11.4",
"babel-core": "^6.13.2",
"babel-eslint": "^6.1.2",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.13.2",
"babel-preset-react": "^6.11.1",
"body-parser": "^1.15.2",
"eslint": "^3.3.1",
"eslint-config-standard": "^6.0.0",
"eslint-plugin-promise": "^2.0.1",
"eslint-plugin-react": "^6.1.2",
"eslint-plugin-standard": "^2.0.0",
"faker": "^3.1.0",
"gulp-connect": "^5.0.0",
"gulp-sass": "^2.3.2",
"react": "^15.3.1",
"react-dom": "^15.3.1",
"webpack": "^1.13.2"
}
}