forked from srtucker22/glipchat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.11 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
{
"name": "quasar",
"version": "1.0.0",
"description": "View the project at <a href=\"https://quasar.meteor.com\" target=\"_blank\">quasar.meteor.com</a>",
"main": "mobile-config.js",
"dependencies": {
"bowser": "^1.0.0",
"fibers": "^1.0.10",
"material-ui": "^0.14.4",
"moment": "^2.13.0",
"q": "^1.4.1",
"radium": "^0.16.6",
"react": "^0.14.8",
"react-addons-css-transition-group": "^0.14.8",
"react-addons-pure-render-mixin": "^0.14.8",
"react-dom": "^0.14.8",
"react-list": "^0.7.14",
"react-router": "^2.3.0",
"react-scroll-components": "^0.2.2",
"react-tagsinput": "^3.6.0",
"react-tap-event-plugin": "^0.2.2",
"url-join": "0.0.1",
"webrtc-adapter": "^1.0.2"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/srtucker22/quasar.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/srtucker22/quasar/issues"
},
"homepage": "https://github.com/srtucker22/quasar#readme"
}