blender-actions-to-json
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "blender-actions-to-json", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Write the joint data for all `.blend` file actions to a JSON file", | ||
@@ -37,5 +37,6 @@ "main": "index.js", | ||
"homepage": "https://github.com/chinedufn/blender-actions-to-json#readme", | ||
"dependencies": {}, | ||
"dependencies": { | ||
"minimist": "^1.2.0" | ||
}, | ||
"devDependencies": { | ||
"minimist": "^1.2.0", | ||
"standard": "^10.0.3", | ||
@@ -42,0 +43,0 @@ "tape": "^4.7.0" |
3445980
2
1
+ Addedminimist@^1.2.0
+ Addedminimist@1.2.8(transitive)