-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
39 lines (39 loc) · 918 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "vue-p5",
"version": "0.9.0-rc2",
"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/plugin-commonjs": "^11.0.2",
"@rollup/plugin-node-resolve": "^7.1.1",
"postcss": "^7.0.27",
"rollup": "^1.32.1",
"rollup-plugin-vue": "^5.1.6",
"vue": "^2.6.11",
"vue-template-compiler": "^2.6.11"
},
"peerDependencies": {
"vue": "^2.6.11"
},
"dependencies": {
"p5": "^1.0.0"
}
}