-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
108 lines (108 loc) · 2.99 KB
/
package.json
File metadata and controls
108 lines (108 loc) · 2.99 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"name": "daheim",
"version": "0.1.0",
"main": "app.js",
"private": true,
"scripts": {
"start": "node app.js",
"install": "grunt"
},
"engines": {
"node": "0.12.6",
"npm": "3.1.0"
},
"dependencies": {
"angular": "^1.4.6",
"angular-animate": "^1.4.6",
"angular-aria": "^1.4.6",
"angular-material": "^0.11.0",
"angular-resource": "^1.4.6",
"angulartics": "^1.0.2",
"angulartics-google-analytics": "^0.1.4",
"azure-common": "^0.9.16",
"azure-storage": "^0.6.0",
"babel-core": "^6.5.2",
"babel-polyfill": "^6.5.0",
"bcryptjs": "^2.3.0",
"bluebird": "^3.0.5",
"body-parser": "^1.13.3",
"bunyan": "^1.4.0",
"convict": "^1.0.1",
"debug": "^2.2.0",
"es6-error": "^2.0.2",
"express": "^4.13.1",
"express-bunyan-logger": "^1.1.1",
"flux": "^2.1.1",
"grunt": "^0.4.5",
"grunt-babel": "^6.0.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.8.1",
"jquery": "^2.1.4",
"jsonwebtoken": "^5.4.1",
"le_node": "^1.0.14",
"lodash": "^3.10.1",
"material-ui": "^0.14.4",
"mongoose": "^4.4.3",
"newrelic": "^1.22.0",
"node-uuid": "^1.4.3",
"passport": "^0.3.0",
"passport-jwt": "^1.2.1",
"react": "^0.14.7",
"react-addons-linked-state-mixin": "^0.14.7",
"react-dom": "^0.14.7",
"react-dropzone": "^3.3.2",
"react-mixin": "^3.0.3",
"react-router": "^2.0.0",
"react-star-rating": "^1.4.2",
"react-tap-event-plugin": "^0.2.2",
"remap-istanbul": "^0.3.1",
"request-promise": "^0.4.2",
"screenfull": "^2.0.0",
"sendgrid": "^1.9.2",
"socket.io": "^1.3.6",
"socket.io-client": "^1.3.6",
"source-map-support": "^0.4.0",
"validator": "^4.2.1",
"webrtc-adapter-test": "^0.2.3"
},
"devDependencies": {
"babel-eslint": "^4.1.3",
"babel-loader": "^6.2.2",
"babel-plugin-transform-class-properties": "^6.5.2",
"babel-preset-es2015": "^6.5.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"chai": "^3.2.0",
"chai-as-promised": "^5.1.0",
"css-loader": "^0.23.1",
"esdoc-es7-plugin": "0.0.2",
"eslint-plugin-react": "^4.1.0",
"extract-text-webpack-plugin": "^1.0.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-esdoc": "0.0.2",
"grunt-eslint": "^18.0.0",
"grunt-exec": "^0.4.6",
"grunt-express-server": "^0.5.2",
"grunt-jscs": "^2.1.0",
"grunt-mocha-test": "^0.12.7",
"grunt-webpack": "^1.0.11",
"html-loader": "^0.4.3",
"html-webpack-plugin": "^2.8.1",
"istanbul": "^0.3.17",
"json-loader": "^0.5.4",
"load-grunt-tasks": "^3.4.0",
"mocha": "^2.2.5",
"mocha-junit-reporter": "^1.6.1",
"ng-annotate-loader": "^0.1.0",
"nock": "^2.10.0",
"proxyquire": "^1.7.4",
"should": "^7.0.2",
"sinon": "^1.15.4",
"socket.io-client": "^1.3.7",
"style-loader": "^0.13.0",
"supertest": "^1.0.1",
"webpack": "^1.12.13",
"webpack-dev-middleware": "^1.5.1",
"webpack-dev-server": "^1.14.1"
}
}