-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
22 lines (22 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
{
"name": "charles",
"version": "1.0.0",
"description": "Alexandria is a web-scraper for the CrossRef Scientific Publishing Bibliometric database that visualizes research and publication trends over time. We use the CrossRef REST API to scrape publication dates of requested topics and plot time-series of the publication count (or some other metric) over time. We hope Alexandria will become a valuable, open-source, tool for academic researchers to easily visualize trends in their fields via a simple UI interface with clear and presentable graphics.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/charlesxjyang/charlesxjyang.github.io.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/charlesxjyang/charlesxjyang.github.io/issues"
},
"homepage": "https://github.com/charlesxjyang/charlesxjyang.github.io#readme",
"dependencies": {
"express": "^4.16.2"
}
}