2017-07-31 23:49:10 -05:00
|
|
|
{
|
2023-04-11 22:40:34 -04:00
|
|
|
"name": "@xeserv/plottoriffic",
|
|
|
|
"version": "2.2.0",
|
2017-08-03 00:21:33 -05:00
|
|
|
"description": "Generate plots based on Plotto: A New Method of Plot Suggestion for Writers of Creative Fiction",
|
2023-04-11 22:40:34 -04:00
|
|
|
"keywords": [
|
|
|
|
"procedural",
|
|
|
|
"generative",
|
|
|
|
"fiction",
|
|
|
|
"story",
|
|
|
|
"plot",
|
|
|
|
"ES6"
|
|
|
|
],
|
2017-07-31 23:49:10 -05:00
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2023-04-11 22:40:34 -04:00
|
|
|
"test": "mocha"
|
2017-07-31 23:49:10 -05:00
|
|
|
},
|
2023-04-11 22:40:34 -04:00
|
|
|
"files": [
|
|
|
|
"data"
|
|
|
|
],
|
2017-07-31 23:49:10 -05:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/justinoverton/plottoriffic.git"
|
|
|
|
},
|
2023-04-11 22:40:34 -04:00
|
|
|
"authors": [
|
|
|
|
"Justin Overton",
|
|
|
|
"Xe Iaso <me@xeiaso.net>"
|
|
|
|
],
|
2017-07-31 23:49:10 -05:00
|
|
|
"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"
|
2023-04-11 22:40:34 -04:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"mocha": "^10.2.0"
|
2017-07-31 23:49:10 -05:00
|
|
|
}
|
|
|
|
}
|