-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
31 lines (31 loc) · 930 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
{
"name": "hymnes-et-louanges",
"version": "1.0.15",
"description": "A virtual hymnbook use by french-speaking adventist churches. The application comes with intelligent search, and dymanic presentations for the songs in the hymnal.",
"image": "https://wspecs.com/img/hl.jpg",
"api": "http://api.wspecs.com/hl",
"url": "https://apps.wspecs.com/hl",
"license": "Apache",
"year": 2017,
"devDependencies": {
"fs": "latest",
"basic-auth": "latest",
"jsonwebtoken": "latest",
"atob": "latest",
"minimist": "latest",
"mkdirp": "latest",
"path": "latest",
"mongodb": "latest",
"mongoose": "latest",
"child_process": "latest",
"chalk": "latest",
"ejs": "latest",
"moment": "latest",
"request": "latest",
"body-parser": "latest",
"cookie-parser": "latest",
"express": "latest",
"showdown": "latest",
"minimistprocess.argv.slice2": "latest"
}
}