{ "name": "examples", "description": "D4 examples.", "version": "0.5.6", "homepage": "https://github.com/heavysixer/examples", "author": { "name": "Mark Daggett", "url": "http://github.com/heavysixer/" }, "repository": { "type": "git", "url": "git://github.com/heavysixer/examples.git" }, "bugs": { "url": "https://github.com/heavysixer/examples/issues" }, "engines": { "node": ">=0.8" }, "scripts": { "test": "grunt assemble" }, "devDependencies": { "assemble": "~0.4.33", "grunt": "~0.4.2", "grunt-contrib-clean": "~0.5.0", "grunt-contrib-connect": "~0.6.0", "grunt-contrib-watch": "~0.5.3", "load-grunt-tasks": "~0.3.0", "time-grunt": "~0.2.7", "assemble-contrib-permalinks": "*", "assemble-contrib-sitemap": "*", "grunt-usemin": "~2.0.2", "grunt-contrib-copy": "~0.5.0", "grunt-contrib-concat": "~0.3.0", "grunt-contrib-uglify": "~0.3.2", "connect-livereload": "~0.3.2", "grunt-concurrent": "~0.4.3", "grunt-open": "~0.2.3", "grunt-mox": "0.0.10" }, "licenses": [ { "type": "MIT", "url": "https://github.com/heavysixer/examples/blob/master/LICENSE-MIT" } ], "keywords": [ "assemble", "templates", "handlebars", "site generator", "site builder", "grunt" ] }