-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1.02 KB
/
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
32
33
34
35
36
37
38
39
40
{
"name": "paper.hub",
"version": "1.0.0",
"description": "webplatform to submit and read interactive scientific articles",
"main": "index.js",
"dependencies": {
"async": "^1.5.0",
"body-parser": "^1.14.2",
"cookie-parser": "^1.4.0",
"express": "^4.13.3",
"express-session": "^1.12.1",
"fs-extra": "^0.26.2",
"mkdirp": "^0.5.1",
"moment": "^2.11.1",
"mongoose": "^4.2.7",
"multer": "^1.1.0",
"passport": "^0.3.2",
"passport-github2": "^0.1.9",
"passport-google-oauth": "^0.2.0",
"passport-linkedin-oauth2": "^1.4.0",
"zip-zip-top": "^0.1.0"
},
"devDependencies": {
"bower": "^1.6.5"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gs2-2/paper.hub.git"
},
"author": "",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/gs2-2/paper.hub/issues"
},
"homepage": "https://github.com/gs2-2/paper.hub#readme"
}