-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
78 lines (78 loc) · 2.14 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
{
"name": "CodeOut",
"version": "1.0.0",
"description": "Mix between Google Hangouts and Coding",
"main": "index.js",
"scripts": {
"start": "node server/server.js"
},
"author": "",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.8.0",
"babel-loader": "^6.2.4",
"chai": "^3.2.0",
"chai-http": "^1.0.0"
},
"dependencies": {
"axios": "^0.9.1",
"babel": "^6.5.2",
"babel-preset-stage-1": "^6.1.18",
"body-parser": "~1.5.2",
"bootstrap": "^3.3.6",
"browserify-optional": "^1.0.0",
"classnames": "^2.2.3",
"compression": "^1.6.1",
"cookie-parser": "^1.4.1",
"express": "^4.10.6",
"express-session": "^1.13.0",
"fs": "0.0.2",
"history": "^1.17.0",
"imports-loader": "^0.6.4",
"jest-cli": "^0.8.2",
"localStorage": "^1.0.3",
"localeval": "^15.2.3",
"lodash": "^3.10.1",
"method-override": "~2.1.2",
"morgan": "~1.2.2",
"mysql": "^2.5.4",
"passport": "^0.3.2",
"passport-facebook": "^2.0.0",
"passport-google-oauth": "^0.2.0",
"passport-local": "^1.0.0",
"pg": "^4.4.3",
"radium": "^0.16.6",
"react": "^0.14.8",
"react-ace": "^3.1.0",
"react-addons-css-transition-group": "^0.14.8",
"react-addons-pure-render-mixin": "^0.14.7",
"react-addons-test-utils": "^0.14.7",
"react-bootstrap": "^0.28.2",
"react-canvas": "^1.1.0",
"react-color": "^1.3.5",
"react-colorpicker": "^0.3.14",
"react-cookie": "^0.4.3",
"react-dom": "^0.14.3",
"react-drawable-canvas": "^1.0.5",
"react-fullscreen": "^0.1.0",
"react-input-color": "^1.7.2",
"react-kit": "^0.1.14",
"react-mixin": "^2.0.2",
"react-router": "^2.0.0-rc5",
"react-router-component": "^0.32.2",
"react-router-component-transition": "^0.2.0",
"react-select": "^0.9.1",
"react-sidebar": "^2.1.1",
"react-slick": "^0.9.3",
"react-webcam": "0.0.8",
"react-youtube": "^5.0.0",
"reactcss": "^0.4.3",
"sequelize": "^3.18.0",
"snapsvg": "^0.4.0",
"socket.io": "^1.4.5",
"transform": "^1.1.2",
"underscore": "^1.8.3",
"webpack": "^1.13.0",
"youtube-api-search": "0.0.5"
}
}