forked from couchbaselabs/cean-web-chat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 855 Bytes
/
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
{
"name": "web-chat",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"tsc": "tsc -p public -w"
},
"keywords": [
"couchbase",
"angular 2",
"typescript",
"socket.io",
"chat",
"real-time"
],
"author": "Nic Raboy",
"license": "Apache-2.0",
"dependencies": {
"angular2": "2.0.0-beta.7",
"body-parser": "1.14.2",
"couchbase": "2.1.2",
"es6-promise": "3.0.2",
"es6-shim": "0.33.13",
"express": "4.13.3",
"reflect-metadata": "0.1.2",
"rxjs": "5.0.0-beta.2",
"socket.io": "1.4.5",
"systemjs": "0.19.22",
"typescript": "1.7.5",
"uuid": "2.0.1",
"zone.js": "0.5.15"
}
}