-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.05 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.05 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
{
"name": "muvisho",
"version": "0.0.1",
"description": "A simple, fast and reliable web app that allows you to watch movies and TV shows online for free without registration, subscription or annoying ads.",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"restart-xampp": "sudo /Applications/XAMPP/xamppfiles/xampp restart",
"start": "open http://localhost/cinetech/",
"test": "open http://localhost/cinetech/test/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/abraham-ukachi/cinetech.git"
},
"keywords": [
"cinetech",
"movies",
"series",
"tv",
"shows",
"tmdb-api",
"api",
"pdo",
"php",
"js"
],
"author": "Abraham Ukachi <abraham.ukachi@laplateforme.io>",
"license": "MIT",
"bugs": {
"url": "https://github.com/abraham-ukachi/cinetech/issues"
},
"homepage": "https://github.com/abraham-ukachi/cinetech#readme",
"devDependencies": {
"grunt": "^1.6.1",
"grunt-contrib-jshint": "^3.2.0",
"typescript": "^5.1.3"
}
}