-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 874 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
{
"name": "jb-rpd-splash",
"version": "1.0.0",
"description": "An Art Generator for JetBrains which uses RPD library to build User Interface",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JetBrains/jb-rpd-splash.git"
},
"author": "Sergo 'skotin' Golovachev <sergo.golovachev@gmail.com>",
"contributors": [
"Anton 'shaman.sir' Kotenko <shaman.sir@gmail.com>",
"Eugene Toporov <eugene.toporov@jetbrains.com>"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/JetBrains/jb-rpd-splash/issues"
},
"homepage": "https://github.com/JetBrains/jb-rpd-splash#readme",
"dependencies": {
"canvas-to-blob": "0.0.0",
"d3": "^4.5.0",
"kefir": "^3.7.1",
"p5": "^0.5.7",
"rpd": "^3.0.0-beta.1"
}
}