-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 793 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 793 Bytes
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
{
"private": true,
"name": "fidelisa-node",
"description": "fidelisa node server",
"version": "0.0.1",
"main": "./index",
"keywords": [
"Postgres"
],
"authors": [
"fidelisa tech@fidelisa.com"
],
"repository": {
"type": "git",
"url": "https://github.com/fidelisa/fidelisa_node.git"
},
"engine": {
"node": ">=0.8"
},
"scripts": {
"test": "cake test"
},
"dependencies": {
"debug": "1.0.3",
"express": "^4.13.1",
"habitat": "^3.1.2",
"iconv-lite": "0.4.3",
"js-yaml": "3.1.0",
"nexmo": "0.0.7",
"node-gcm": "0.9.11",
"node-schedule": "0.1.13",
"nodemailer": "0.7.1",
"pg": "3.3.0",
"pug": "^2.0.3",
"q": "1.0.1",
"sharp": "^0.20.2",
"socket.io": "1.2.0"
},
"devDependencies": {}
}