{ "name": "arson", "version": "0.2.4", "description": "ARbitrary Structured Object Notation", "main": "index.js", "repository": { "type": "git", "url": "git+https://github.com/benjamn/arson.git" }, "author": "Ben Newman ", "license": "MIT", "bugs": { "url": "https://github.com/benjamn/arson/issues" }, "homepage": "https://github.com/benjamn/arson#readme", "scripts": { "test": "node ./node_modules/mocha/bin/mocha --reporter spec --full-trace", "debug": "node ./node_modules/mocha/bin/mocha --debug-brk --reporter spec --full-trace" }, "devDependencies": { "mocha": "~2.4.5" } }