epmc
Version:
For retrieving article metadata from Europe PMC (http://www.europepmc.org). Covers all of PubMed (updated daily) and 3 million full text articles and other sources. A single article or list view can be returned.
85 lines (84 loc) • 2.13 kB
JSON
{
"name": "epmc",
"description": "For retrieving article metadata from Europe PMC (http://www.europepmc.org). Covers all of PubMed (updated daily) and 3 million full text articles and other sources. A single article or list view can be returned.",
"version": "0.1.9",
"homepage": "https://github.com/ftalo/biojs-vis-pmccitation",
"author": {
"name": "Francesco Talo'",
"email": "ftalo@ebi.ac.uk"
},
"repository": {
"type": "git",
"url": "git://github.com/ftalo/biojs-vis-pmccitation.git"
},
"bugs": {
"url": "https://github.com/ftalo/biojs-vis-pmccitation/issues"
},
"licenses": [
{
"type": "Apache 2",
"url": "https://github.com/ftalo/biojs-vis-pmccitation/blob/master/LICENSE"
}
],
"main": "lib/index.js",
"scripts": {
"build": "gulp build",
"build-browser": "gulp build-browser",
"build-browser-min": "gulp build-browser-gzip",
"prepublish": "gulp",
"sniper": "biojs-sniper .",
"watch": "gulp watch",
"test-watch": "gulp test-watch"
},
"dependencies": {
"biojs-events": "0.0.4",
"jquery": "^2.1.1",
"js-class": "0.0.2",
"js-extend": "0.0.2"
},
"devDependencies": {
"biojs-sniper": "^0.0.7",
"browserify": "5.x",
"del": "^0.1.3",
"gulp": "^3.8.8",
"gulp-chmod": "^1.1.1",
"gulp-gzip": "0.0.8",
"gulp-rename": "^1.2.0",
"gulp-streamify": "^0.0.5",
"gulp-uglify": "^1.0.1",
"gulp-util": "^3.0.1",
"gulp-watch": "^1.0.2",
"mkdirp": "^0.5.0",
"vinyl-source-stream": "^1.0.0",
"watchify": "^1.0.6"
},
"shields": {
"test": {
"img": "https://travis-ci.org/ftalo/biojs-vis-pmccitation.svg?branch=master",
"href": "https://travis-ci.org/ftalo/biojs-vis-pmccitation"
}
},
"sniper": {
"js": [
"/build/biojsvispmccitation.js"
],
"css": [
"/css/style.css"
],
"snippets": [
"snippets"
],
"first": "citation"
},
"keywords": [
"citation",
"pmc",
"PubMed",
"Research Articles",
"Open Access",
"PubMed Central",
"Abstracts",
"References",
"biojs"
]
}