1
0
Fork 0
mirror of https://github.com/zrgn/zrgn.github.io synced 2024-11-15 21:28:40 +00:00
zrgn.github.io/package.json
Vincent Batts 212d031cbe
npm: update all the things
I'm sure something will break with this...

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2021-03-09 12:20:57 -05: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.3.0",
"grunt-bowercopy": "^1.2.5",
"grunt-contrib-clean": "^2.0.0"
},
"dependencies": {}
}