-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.21 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
{
"name": "beagle-altmetrics",
"version": "0.0.5",
"description": "Call the altmetric API",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Richard Littauer <<[email protected]>",
"license": "MIT",
"devDependencies": {
"standard": "^2.10.0"
},
"dependencies": {
"accum-transform": "^1.0.2",
"browser-request": "^0.3.3",
"through2": "^0.6.3"
},
"repository": {
"type": "git",
"url": "https://github.com/BeagleLab/beagle-altmetrics.git"
},
"keywords": [
"beagle",
"altmetrics",
"doi"
],
"bugs": {
"url": "https://github.com/BeagleLab/beagle-altmetrics/issues"
},
"homepage": "https://github.com/BeagleLab/beagle-altmetrics",
"contributors": [
{
"name": "Juan Benet",
"email": "[email protected]",
"url": "https://github.com/jbenet",
"contributions": 5,
"additions": 149,
"deletions": 53373,
"hireable": null
},
{
"name": "Richard Littauer",
"email": "[email protected]",
"url": "https://github.com/RichardLitt",
"contributions": 12,
"additions": 53474,
"deletions": 69,
"hireable": null
}
]
}