Skip to content
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.

Commit

Permalink
npm init
Browse files Browse the repository at this point in the history
  • Loading branch information
maelle committed May 4, 2020
1 parent 0697bd9 commit e4a0dcf
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"name": "docuapi",
"version": "1.4.0",
"description": "Beautiful multilingual API documentation theme for Hugo",
"repository": {
"type": "git",
"url": "git+https://github.com/bep/docuapi.git"
},
"keywords": [
"hugo",
"go",
"template"
],
"engines": {
"node": ">=8.9.0",
"npm": ">=6"
},
"author": "bep",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/bep/docuapi/issues"
},
"homepage": "https://github.com/bep/docuapi#readme",
"devDependencies": {
"autoprefixer": "^9.7.3",
"postcss-cli": "^6.1.3"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}

0 comments on commit e4a0dcf

Please sign in to comment.