Files
svg2cube/package.json
T
2016-01-18 16:04:56 +08:00

25 lines
717 B
JSON
Executable File

{
"name": "svg2cube",
"version": "0.0.6",
"description": "Fold a svg panel into a cube and take images at isometric angles",
"main": "svg2cube.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node svg2cube.js inputs/panels.svg",
"debug": "NODE_DEBUG=request,webdriver,chromedriver DEBUG=true node svg2cube.js inputs/panels.svg"
},
"repository": "git@gitlab.com:wassname/svg2Cube.git",
"author": "wassname@wassname.org",
"private": true,
"license": "MIT",
"dependencies": {
"chromedriver": "^2.20.0",
"fs": "0.0.2",
"gm": "^1.21.1",
"jquery": "^2.2.0",
"path": "^0.12.7",
"system": "^1.0.4",
"webdriverio": "^3.0.0"
}
}