-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 852 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
{
"name": "movie-notifier-lk",
"version": "0.0.3",
"description": "A simple module to notifier you when your favourite movie is being played at most Sri Lankan cinemas.",
"main": "index.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ishan-marikar/movie-notifier-sri-lanka.git"
},
"keywords": [],
"author": "Ishan Marikar <ishan.marikar@outlook.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/ishan-marikar/movie-notifier-sri-lanka/issues"
},
"homepage": "https://github.com/ishan-marikar/movie-notifier-sri-lanka#readme",
"dependencies": {
"autocorrect": "^1.1.0",
"debug": "^2.2.0",
"striptags": "^3.0.0",
"superagent": "^3.3.2"
}
}