UNPKG

vue-p5

Version:

Vue component wrapper for p5.js

39 lines (38 loc) 887 B
{ "name": "vue-p5", "version": "0.8.4", "description": "Vue component wrapper for p5.js", "main": "dist/vue-p5.js", "scripts": { "build": "rollup --config", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/Kinrany/vue-p5.git" }, "keywords": [ "Vue", "p5js" ], "author": "Ruslan Fadeev", "license": "LGPL-2.1", "bugs": { "url": "https://github.com/Kinrany/vue-p5/issues" }, "homepage": "https://github.com/Kinrany/vue-p5#readme", "devDependencies": { "rollup": "^1.32.1", "rollup-plugin-commonjs": "^10.1.0", "rollup-plugin-node-resolve": "^5.2.0", "rollup-plugin-vue": "^5.1.9", "vue": "^2.6.12", "vue-template-compiler": "^2.6.12" }, "peerDependencies": { "vue": "^2.6.12" }, "dependencies": { "p5": "^0.10.2" } }