1
0
Fork 0
mirror of https://github.com/zrgn/zrgn.github.io synced 2025-01-25 23:20:09 +00:00
zrgn.github.io/package.json
dependabot[bot] 8f171913cd
build(deps-dev): bump grunt from 1.3.0 to 1.5.3
Bumps [grunt](https://github.com/gruntjs/grunt) from 1.3.0 to 1.5.3.
- [Release notes](https://github.com/gruntjs/grunt/releases)
- [Changelog](https://github.com/gruntjs/grunt/blob/main/CHANGELOG)
- [Commits](https://github.com/gruntjs/grunt/compare/v1.3.0...v1.5.3)

---
updated-dependencies:
- dependency-name: grunt
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-25 23:33:46 +00:00

29 lines
821 B
JSON

{
"name": "zargon-now.github.io",
"version": "1.0.0",
"description": "Home for zargon on the web",
"main": "index.js",
"scripts": {
"lint-eslint": "./node_modules/.bin/eslint Gruntfile.js",
"lint": "npm run lint-eslint",
"build": "npm run lint && grunt",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zargon-now/zargon-now.github.io.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/zargon-now/zargon-now.github.io/issues"
},
"homepage": "https://github.com/zargon-now/zargon-now.github.io#readme",
"devDependencies": {
"eslint": "^5.16.0",
"grunt": "^1.5.3",
"grunt-bowercopy": "^1.2.5",
"grunt-contrib-clean": "^2.0.0"
},
"dependencies": {}
}