-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.02 KB
/
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
{
"name": "generative-covers",
"version": "2.0.0",
"description": "Generative Book Covers for Biblioteka Otwartej Nauki http://bon.edu.pl",
"main": "index.js",
"scripts": {
"start": "budo demo/index.js:bundle.js --open --live -- -t sheetify"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vorg/bon-generative-covers.git"
},
"author": "Marcin Ignac <[email protected]> (http://marcinignac.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/vorg/bon-generative-covers/issues"
},
"homepage": "https://github.com/vorg/bon-generative-covers#readme",
"dependencies": {
"async": "^2.5.0",
"chroma-js": "^1.3.4",
"commander": "^2.11.0",
"fontfaceobserver": "^2.0.13",
"is-browser": "^2.0.1",
"opentype.js": "^0.7.3",
"pex-random": "^1.0.1",
"plask-wrap": "^1.0.1",
"rune.js": "^1.0.2",
"svg-path-bounding-box": "^1.0.4",
"word-wrapper": "^1.0.7"
},
"devDependencies": {
"budo": "^10.0.4",
"sheetify": "^6.1.1"
}
}