codsworth-namegen/package.json

31 lines
909 B
JSON
Raw Permalink Normal View History

2020-10-01 20:26:11 +02:00
{
"name": "codsworth-namegen",
2022-12-14 22:57:44 +01:00
"version": "1.1.10",
2020-10-01 20:26:11 +02:00
"description": "Choose a fitting name for your Fallout 4 character that Codsworth can pronounce",
2022-02-28 17:07:36 +01:00
"author": "Florine W. Dekker",
2020-10-01 20:26:11 +02:00
"browser": "dist/bundle.js",
"repository": {
"type": "git",
2022-02-28 17:07:36 +01:00
"url": "git@git.fwdekker.com:tools/codsworth-namegen.git"
2020-10-01 20:26:11 +02:00
},
"private": true,
"scripts": {
"clean": "grunt clean",
"dev": "grunt dev",
"dev:server": "grunt dev:server",
"deploy": "grunt deploy"
},
"devDependencies": {
2022-11-21 22:17:55 +01:00
"grunt": "^1.5.3",
2021-09-10 16:25:12 +02:00
"grunt-cli": "^1.4.3",
2022-11-21 22:17:55 +01:00
"grunt-contrib-clean": "^2.0.1",
2020-10-01 20:26:11 +02:00
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-focus": "^1.0.0",
"grunt-text-replace": "^0.4.0",
2021-11-14 10:56:02 +01:00
"grunt-webpack": "^5.0.0",
2022-11-21 22:17:55 +01:00
"webpack": "^5.75.0",
"webpack-cli": "^5.0.0"
2020-10-01 20:26:11 +02:00
}
}