-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1 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
{
"name": "api.ecclesmosque.org.uk",
"version": "1.0.0",
"description": "Eccles Mosque API",
"main": "index.js",
"devDependencies": {
"csvtojson": "^1.1.7",
"mkdirp": "^0.5.1",
"moment": "^2.20.1",
"moment-hijri": "^2.0.1",
"swagger-ui-dist": "^3.9.3"
},
"scripts": {
"postinstall": "rm -rf swagger-ui-assets && cp -r node_modules/swagger-ui-dist/ swagger-ui-assets",
"test": "echo \"Error: no test specified\" && exit 1",
"generate": "rm -rf _prayer-times && node transform.js",
"build": "npm run generate && rm -rf _site && bundle exec jekyll build --profile",
"start": "rm -rf _site && bundle exec jekyll serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ecclesmosque/api.git"
},
"keywords": [
"eccles",
"mosque",
"api"
],
"author": "Azizur Rahman (@azizur)",
"license": "MIT",
"bugs": {
"url": "https://github.com/ecclesmosque/api/issues"
},
"homepage": "https://github.com/ecclesmosque/api#readme"
}