mirror of
https://github.com/wassname/svg2cube.git
synced 2026-06-27 19:49:19 +08:00
24 lines
665 B
JSON
Executable File
24 lines
665 B
JSON
Executable File
{
|
|
"name": "gen-svg-cube",
|
|
"version": "0.0.5",
|
|
"description": "Render and download svg cubes using webdriver",
|
|
"main": "render.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "node render.js svgCube.html",
|
|
"debug": "NODE_DEBUG=request,webdriver,chromedriver DEBUG=true node render.js svgCube.html"
|
|
},
|
|
"repository": "git@gitlab.com:wassname/svg2Cube.git",
|
|
"author": "wassname@wassname.org",
|
|
"private": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"chromedriver": "^2.20.0",
|
|
"fs": "0.0.2",
|
|
"jquery": "^2.2.0",
|
|
"path": "^0.12.7",
|
|
"system": "^1.0.4",
|
|
"webdriverio": "^3.0.0"
|
|
}
|
|
}
|