-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.22 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.22 KB
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
51
52
53
{
"name": "open311-messages",
"version": "0.6.2",
"description": "open311 module to send notification messages i.e email, sms, push etc",
"main": "index.js",
"scripts": {
"test": "grunt test",
"intergration": "grunt intergration"
},
"repository": {
"type": "git",
"url": "https://github.com/CodeTanzania/open311-messages.git"
},
"keywords": [
"open311",
"311",
"codetanzania",
"tanzania",
"message",
"notification",
"email",
"sms",
"push"
],
"author": {
"name": "lykmapipo",
"email": "lallyelias87@gmail.com",
"url": "https://github.com/lykmapipo"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/CodeTanzania/open311-messages/issues"
},
"homepage": "https://github.com/CodeTanzania/open311-messages",
"devDependencies": {
"chai": "^4.1.2",
"faker": "^4.1.0",
"grunt": "^1.0.3",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-mocha-test": "^0.13.3",
"jshint-stylish": "^2.2.1",
"mocha": "^5.2.0"
},
"dependencies": {
"async": "^2.6.1",
"is-html": "^1.1.0",
"kue": "^0.11.6",
"lodash": "^4.17.10",
"mongoose": "^5.1.6",
"object-hash": "^1.3.0"
}
}