-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
50 lines (50 loc) · 1.12 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
49
50
{
"name": "rikitrakiws",
"version": "0.0.1",
"description": "Web services for RikiTraki",
"keywords": [
"rikitraki",
"Node.js",
"application",
"openshift"
],
"author": {
"name": "Ricardo Morin",
"email": "rmorinricardo@gmail.com",
"url": "rikitraki.com"
},
"license": "MIT",
"homepage": "http://rikitraki.com/",
"repository": {
"type": "git",
"url": "https://github.com/openshift/origin-server"
},
"engines": {
"node": ">= 0.6.0",
"npm": ">= 1.0.0"
},
"scripts": {
"start": "node rikitrakiws.js"
},
"dependencies": {
"bcryptjs": "^2.2.1",
"body-parser": "^1.13.3",
"compression": "^1.7.4",
"express": "^4.13.3",
"is-my-json-valid": "^2.12.1",
"jsonwebtoken": "^5.0.5",
"log4js": "^0.6.26",
"mailcomposer": "^2.1.0",
"mailgun-js": "^0.7.4",
"mongodb": "^2.0.40",
"passport": "^0.2.2",
"passport-http": "^0.3.0",
"passport-jwt": "^1.1.0",
"sanitize-html": "^1.11.1",
"serve-favicon": "^2.3.0",
"shortid": "^2.2.2"
},
"devDependencies": {},
"bundleDependencies": [],
"main": "rikitrakiws.js"
}