-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 938 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
38
39
{
"name": "plugin-rot13-emails",
"version": "1.1.0",
"description": "Sample App to showcase the Email Ability, by applying the rot13 cipher, on Xola Emails ",
"main": "index.js",
"directories": {
"example": "examples",
"lib": "lib",
"test": "test"
},
"scripts": {
"test": "make test",
"start": "node index.js",
"dev": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DerickMathew/plugin-rot13-emails.git"
},
"keywords": [
"xola",
"xola-app-store",
"appStore",
"email"
],
"author": "Derick Mathew",
"license": "ISC",
"bugs": {
"url": "https://github.com/DerickMathew/plugin-rot13-emails/issues"
},
"homepage": "https://github.com/DerickMathew/plugin-rot13-emails#readme",
"dependencies": {
"body-parser": "^1.18.3",
"chalk": "^2.4.2",
"config": "^3.0.1",
"express": "^4.16.4",
"pm2": "^3.2.9"
}
}