-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
53 lines (53 loc) · 1.09 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
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "arxiv-analytics",
"version": "0.4.0",
"description": "Abstract service for arXiv eprints",
"keywords": [
"arXiv",
"eprints",
"open-access"
],
"homepage": "https://github.com/arxitics/arxiv-analytics",
"private": true,
"author": {
"name": "Zan Pan",
"email": "[email protected]"
},
"scripts": {
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git://github.com/arxitics/arxiv-analytics"
},
"license": "MIT",
"engines": {
"node": "0.12.13",
"mongodb": "3.2.6"
},
"os": [
"linux"
],
"dependencies": {
"express": "4.13.4",
"ws": "1.0.1",
"multer": "0.1.8",
"csurf": "1.8.3",
"compression": "1.6.1",
"morgan": "1.7.0",
"body-parser": "1.15.0",
"method-override": "2.3.5",
"cookie-parser": "1.4.1",
"cookie-session": "1.2.0",
"serve-favicon": "2.3.0",
"jade": "1.11.0",
"i18n": "0.8.1",
"marked": "0.3.5",
"cheerio": "0.20.0",
"xml2js": "0.4.16",
"mongojs": "2.3.0",
"emailjs": "1.0.4",
"node-schedule": "1.1.0",
"mathjs": "3.1.0"
}
}