node-p5
Version:
A Node.js port of the p5.js library
35 lines (34 loc) • 838 B
JSON
{
"name": "node-p5",
"version": "1.0.4",
"description": "A Node.js port of the p5.js library",
"main": "index.js",
"dependencies": {
"axios": "^0.21.1",
"canvas": "^2.5.0",
"gifencoder": "^2.0.1",
"is-url": "^1.2.4",
"jimp": "^0.16.1",
"jsdom": "^15.1.1",
"png-file-stream": "^1.2.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/andithemudkip/p5-node.git"
},
"keywords": [
"p5",
"p5js",
"image",
"animation"
],
"author": "AndiTheMudkip",
"license": "GNU LESSER GENERAL PUBLIC LICENSE",
"bugs": {
"url": "https://github.com/andithemudkip/p5-node/issues"
},
"homepage": "https://github.com/andithemudkip/p5-node#readme"
}