plottoriffic/package.json
Xe Iaso ec8ae7e063 bump to v2.3.0, fix modern node builds
Signed-off-by: Xe Iaso <me@christine.website>
2023-04-11 22:40:34 -04:00

43 lines
876 B
JSON

{
"name": "@xeserv/plottoriffic",
"version": "2.2.0",
"description": "Generate plots based on Plotto: A New Method of Plot Suggestion for Writers of Creative Fiction",
"keywords": [
"procedural",
"generative",
"fiction",
"story",
"plot",
"ES6"
],
"main": "index.js",
"scripts": {
"test": "mocha"
},
"files": [
"data"
],
"repository": {
"type": "git",
"url": "git+https://github.com/justinoverton/plottoriffic.git"
},
"authors": [
"Justin Overton",
"Xe Iaso <me@xeiaso.net>"
],
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/justinoverton/plottoriffic/issues"
},
"homepage": "https://github.com/justinoverton/plottoriffic#readme",
"engines": {
"node": ">=6.9.5"
},
"dependencies": {
"seedrandom": "^2.4.3"
},
"devDependencies": {
"mocha": "^10.2.0"
}
}