mirror of
https://github.com/lrsjng/h5ai
synced 2025-12-06 08:52:45 +01:00
Delete package.json
This commit is contained in:
parent
aa94de4945
commit
6a255d2710
1 changed files with 0 additions and 31 deletions
31
package.json
31
package.json
|
|
@ -1,31 +0,0 @@
|
|||
{
|
||||
"name": "h5ai",
|
||||
"version": "0.30.0",
|
||||
"description": "Modern HTTP web server index.",
|
||||
"homepage": "https://larsjung.de/h5ai/",
|
||||
"author": "Lars Jung <lrsjng@gmail.com> (https://larsjung.de)",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/lrsjng/h5ai.git"
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "eslint .",
|
||||
"test": "node test",
|
||||
"build": "node ghu release",
|
||||
"precommit": "npm run -s lint && npm run -s test"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.12.10",
|
||||
"@babel/preset-env": "7.12.11",
|
||||
"eslint": "7.18.0",
|
||||
"ghu": "0.26.0",
|
||||
"jsdom": "16.4.0",
|
||||
"kjua": "0.9.0",
|
||||
"lolight": "1.4.0",
|
||||
"marked": "1.2.7",
|
||||
"normalize.css": "8.0.1",
|
||||
"null-loader": "4.0.1",
|
||||
"scar": "2.3.0"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue