{ "name": "learning-js-functions", "version": "0.1.0", "description": "", "main": "index.js", "scripts": { "start": "budo index.js --live-plugin" }, "author": "Kyle Robinson Young (http://dontkry.com)", "license": "MIT", "devDependencies": { "budo": "^2.1.2", "watchify": "^3.1.0" } }