{ "name": "random", "version": "0.0.1", "private": true, "scripts": { "start": "node app.js" }, "dependencies": { "express": "*", "swig": "*", "consolidate": "*" }, "devDependencies": { "grunt": "~0.4.1", "grunt-contrib-copy": "*", "grunt-contrib-clean": "*", "grunt-contrib-uglify": "*", "grunt-htmlrefs": "*" } }