-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.16 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
{
"name": "ochat-driver-facebook",
"version": "1.6.0",
"description": "Omni chat client",
"main": "dist/node/node/main.js",
"repository": {
"type": "git",
"url": "git://github.com/insa-frif/omni-chat-driver-facebook.git"
},
"scripts": {
"test": "gulp test",
"postinstall": "gulp install.noNpm",
"start": "node build/node/node/browserServor.js"
},
"keywords": [
"chat"
],
"author": "",
"license": "MIT",
"devDependencies": {
"chai": "^3.4.1",
"del": "^2.2.0",
"graceful-fs": "^4.1.3",
"gulp": "^3.9.1",
"jquery": "^2.2.1",
"typescript": "^1.8.0-dev.20160125",
"via-build-tools": "^0.7.5"
},
"jspm": {
"configFile": "systemjs.config.js",
"dependencies": {
"crypto": "github:jspm/nodelibs-crypto@^0.1.0",
"lodash": "npm:lodash@^4.0.0"
},
"devDependencies": {}
},
"dependencies": {
"bluebird": "^3.2.1",
"es6-promise": "3.0.2",
"es6-shim": "0.35.0",
"express": "^4.13.4",
"facebook-chat-api": "^1.0.8",
"jquery": "^2.2.1",
"lodash": "^4.0.0",
"rxjs": "5.0.0-beta.2",
"zone.js": "0.6.6"
}
}