mirror of
https://github.com/wassname/svg2cube.git
synced 2026-09-12 13:01:08 +08:00
added debug options
This commit is contained in:
+3
-5
@@ -5,7 +5,8 @@
|
||||
"main": "render.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"start": "node render.js svgCube.html"
|
||||
"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",
|
||||
@@ -14,12 +15,9 @@
|
||||
"dependencies": {
|
||||
"chromedriver": "^2.20.0",
|
||||
"fs": "0.0.2",
|
||||
"globby": "^4.0.0",
|
||||
"jquery": "^2.2.0",
|
||||
"mustache": "^2.2.1",
|
||||
"path": "^0.12.7",
|
||||
"snapsvg": "^0.4.0",
|
||||
"system": "^1.0.4",
|
||||
"webdriverio": "^3"
|
||||
"webdriverio": "^3.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user