26 lines
612 B
JSON
26 lines
612 B
JSON
{
|
|
"name": "plottoriffic",
|
|
"version": "1.0.0",
|
|
"description": "Generate plots based on Plotto",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/justinoverton/plottoriffic.git"
|
|
},
|
|
"author": "Justin Overton",
|
|
"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"
|
|
}
|
|
}
|