{ "name": "traverse", "version": "0.3.9", "description": "Traverse and transform objects by visiting every node on a recursive walk", "author": "James Halliday", "license": "MIT/X11", "main": "./index", "repository": { "type": "git", "url": "http://github.com/substack/js-traverse.git" }, "devDependencies": { "expresso": "0.7.x" }, "scripts": { "test": "expresso" } }