-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 907 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
36
37
{
"name": "omni-chat-server-api",
"version": "0.1.2",
"description": "The server API for omni-chat",
"main": "dist/node/node/main.js",
"repository": {
"type": "git",
"url": "git://github.com/insa-frif/omni-chat-server-api.git"
},
"scripts": {
"test": "gulp test",
"db": "mongod --storageEngine wiredTiger --dbpath ./db --port 27017",
"start": "node build/node/main.js"
},
"keywords": [
"chat",
"rest"
],
"author": "",
"license": "MIT",
"dependencies": {
"bluebird": "^3.2.1",
"cors": "^2.7.1",
"express": "^4.13.4",
"lodash": "^4.0.0",
"palantiri-driver-facebook": "^0.1.7",
"palantiri-driver-skype": "^0.1.8",
"palantiri-interfaces": "^0.3.5",
"socket.io": "^1.4.6"
},
"devDependencies": {
"chai": "^3.4.1",
"gulp": "^3.9.0",
"typescript": "^1.9.0-dev.20160519-1.0",
"via-build-tools": "^0.9.1"
}
}