forked from Enter-36-chambers-of-wu-tang-fam/Ilera-health
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
87 lines (87 loc) · 2.44 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "ilera-health",
"version": "1.0.0",
"description": "A patient mediated health exchange application",
"main": "./client/src/index.js",
"scripts": {
"start": "nodemon server/server.js",
"test": "mocha --compilers js:babel-core/register './client/spec/**/*test.js'",
"build": "webpack --w"
},
"repository": {
"type": "git",
"url": "https://github.com/Enter-36-chambers-of-wu-tang-fam/Ilera-health"
},
"contributors": [
"Harris Lee",
"Dan James Wirz",
"Roo",
"Yara Tercero-Parker",
"Kent Moreland",
"Michael Olorunnisola",
"Neekon Etemad"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/Enter-36-chambers-of-wu-tang-fam/Ilera-health"
},
"homepage": "https://github.com/Enter-36-chambers-of-wu-tang-fam/Ilera-health",
"dependencies": {
"axios": "^0.14.0",
"bcrypt-nodejs": "0.0.3",
"bluebird": "^3.4.6",
"body-parser": "1.14.1",
"crypto-js": "^3.1.6",
"expect": "^1.20.2",
"express": "^4.13.3",
"express-session": "^1.14.1",
"http": "0.0.0",
"jquery": "^3.1.0",
"jsonwebtoken": "^7.1.9",
"material-ui": "^0.15.4",
"mime": "^1.3.4",
"moment": "^2.15.1",
"multer": "^1.1.0",
"mysql": "^2.11.1",
"neo4j-driver": "^1.0.4",
"react": "^15.3.2",
"react-addons-test-utils": "^15.3.2",
"react-datagrid": "^2.1.1",
"react-dom": "^15.3.2",
"react-dropzone": "^3.6.0",
"react-motion": "^0.4.5",
"react-redux": "^4.4.5",
"react-router": "^2.8.1",
"react-swipeable-views": "^0.7.9",
"react-tap-event-plugin": "^1.0.0",
"redux": "^3.6.0",
"redux-form": "^6.0.5",
"redux-form-material-ui": "^4.0.1",
"redux-logger": "^2.6.1",
"redux-promise": "^0.5.3",
"redux-thunk": "^2.1.0",
"session": "^0.1.0",
"socket.io": "^1.4.8",
"socket.io-client": "^1.4.8",
"superagent": "^2.3.0"
},
"devDependencies": {
"babel-core": "^6.18.2",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-1": "^6.13.0",
"chai": "^3.5.0",
"grunt": "^1.0.1",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-cssmin": "^1.0.1",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"mocha": "^3.1.0",
"supertest": "^2.0.0",
"webpack": "^1.13.2",
"webpack-dev-middleware": "^1.8.1",
"webpack-hot-middleware": "^2.12.2"
}
}