Skip to content

Commit

Permalink
fixing styling of the package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacobojijo committed Jul 12, 2024
1 parent 6356c27 commit b71b33a
Showing 1 changed file with 54 additions and 54 deletions.
108 changes: 54 additions & 54 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,55 +1,55 @@
{
"name": "html-metadata",
"version": "1.7.2",
"description": "Scrapes metadata of several different standards",
"main": "index.js",
"dependencies": {
"bluebird": "^3.7.1",
"cheerio": "^1.0.0-rc.10",
"microdata-node": "^0.2.1",
"preq": "^0.5.12"
},
"devDependencies": {
"istanbul": "^0.4.5",
"mocha": "^10.3.0",
"mocha-jshint": "^2.3.1",
"mocha-lcov-reporter": "^1.3.0",
"nock": "^13.3.0"
},
"scripts": {
"test": "mocha",
"coverage": "istanbul cover _mocha -- -R spec"
},
"engines": {
"node": ">=12"
},
"keywords": [
"bepress",
"coins",
"dublin core",
"eprints",
"highwire press",
"json-ld",
"open graph",
"metadata",
"microdata",
"prism",
"twitter cards",
"web scraper"
],
"repository": {
"type": "git",
"url": "https://github.com/wikimedia/html-metadata.git"
},
"author": "Marielle Volz <marielle.volz@gmail.com>",
"contributors": [
"Krzysztof Zbudniewek <krzysztof.zbudniewek@gmail.com>",
"Geoffrey Mon <geofbot@gmail.com>",
"Scimonster <tehalmightyscimonster@gmail.com>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/wikimedia/html-metadata/issues"
},
"homepage": "https://github.com/wikimedia/html-metadata"
}
"name": "html-metadata",
"version": "1.7.2",
"description": "Scrapes metadata of several different standards",
"main": "index.js",
"dependencies": {
"bluebird": "^3.7.1",
"cheerio": "^1.0.0-rc.10",
"microdata-node": "^0.2.1",
"preq": "^0.5.12"
},
"devDependencies": {
"istanbul": "^0.4.5",
"mocha": "^10.3.0",
"mocha-jshint": "^2.3.1",
"mocha-lcov-reporter": "^1.3.0",
"nock": "^13.3.0"
},
"scripts": {
"test": "mocha",
"coverage": "istanbul cover _mocha -- -R spec"
},
"engines": {
"node": ">=12"
},
"keywords": [
"bepress",
"coins",
"dublin core",
"eprints",
"highwire press",
"json-ld",
"open graph",
"metadata",
"microdata",
"prism",
"twitter cards",
"web scraper"
],
"repository": {
"type": "git",
"url": "https://github.com/wikimedia/html-metadata.git"
},
"author": "Marielle Volz <marielle.volz@gmail.com>",
"contributors": [
"Krzysztof Zbudniewek <krzysztof.zbudniewek@gmail.com>",
"Geoffrey Mon <geofbot@gmail.com>",
"Scimonster <tehalmightyscimonster@gmail.com>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/wikimedia/html-metadata/issues"
},
"homepage": "https://github.com/wikimedia/html-metadata"
}

0 comments on commit b71b33a

Please sign in to comment.