This repository was archived by the owner on Nov 4, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.39 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.39 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
{
"name": "hopedia_server",
"version": "0.1.0",
"description": "Hop'Edia server",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {
"async": "^2.0.0-rc.3",
"body-parser": "^1.15.0",
"connect-mongo": "^1.1.0",
"express": "^4.13.4",
"express-session": "^1.13.0",
"gm": "^1.22.0",
"hopedia_beer_sanitizer": "HopEdia/Sanitizer.git#v0.1.0",
"mongo-sanitize": "^1.0.0",
"mongodb": "^2.1.14",
"nodemailer": "^2.3.2"
},
"devDependencies": {
"chai": "^3.5.0",
"hopedia_beer_sanitizer": "file://../beerSanitizer",
"mocha": "^3.2.0",
"apidoc-contenttype-plugin": "~0.1.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"api_doc": "apidoc -i lib/ -o docs -t node_modules/apidoc-contenttype-plugin/template/ --parse-parsers apicontenttype=node_modules/apidoc-contenttype-plugin/api_content_type.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HopEdia/Server.git"
},
"author": "koko-ng",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/HopEdia/Server/issues"
},
"homepage": "https://github.com/HopEdia/Server#readme",
"apidoc": {
"sampleUrl": "https://server01-hopedia.rhcloud.com",
"name": "Hop'Edia API documentation",
"title": "Hop'Edia API documentation",
"description": "Hop'Edia server API documentation"
}
}