-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
41 lines (41 loc) · 1.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
{
"name": "chatgrape_webrtc_chat",
"version": "0.1.0",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-nodeunit": "^0.4.1",
"grunt-contrib-uglify": "~0.5.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-browser-sync": "^2.1.1",
"grunt-browserify": "^3.5.1",
"cjsxify": "^0.2.6",
"react": "^0.13.1",
"underscore": "^1.8.2",
"backbone": "^1.1.2",
"keymirror": "^0.1.1",
"flux": "^2.0.1",
"jquery": "^2.1.3",
"webrtc-adapter": "0.0.6",
"grunt-env": "^0.4.4",
"grunt-contrib-coffee": "^0.13.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-express-server": "^0.4.19",
"socket.io-client": "^1.3.5",
"rtcpeerconnection": "^3.0.12",
"grunt-contrib-sass": "^0.9.2",
"object-assign": "^2.0.0",
"moment": "^2.9.0",
"react-time": "^2.5.0",
"grunt-contrib-concat": "^0.5.1",
"coffee-reactify": "^3.0.0",
"react-spin": "git://github.com/benfreu/react-spin.git"
},
"dependencies": {
"express": "^4.12.3",
"socket.io": "^1.3.5",
"node-uuid": "^1.4.3",
"swig": "^1.4.2"
}
}