{ "name": "javascript-prototype-fun", "version": "0.1.0", "description": "", "main": "index.js", "scripts": { "start": "budo index.js --live" }, "author": "Kyle Robinson Young (http://dontkry.com)", "license": "MIT", "devDependencies": { "budo": "^3.1.1", "watchify": "^3.1.2" } }