{ "name": "grunt-prepjs", "description": "JS Preprocessor", "version": "0.1.0", "homepage": "https://github.com/jeffpar/jsmachines", "author": { "name": "jeffpar", "email": "jeffpar@mac.com" }, "repository": { "type": "git", "url": "git://github.com/jeffpar/jsmachines.git" }, "bugs": { "url": "https://github.com/jeffpar/jsmachines/issues" }, "licenses": [ { "type": "MIT", "url": "https://github.com/jeffpar/jsmachines/blob/master/LICENSE-MIT" } ], "engines": { "node": ">= 0.8.0" }, "scripts": { "test": "grunt test" }, "devDependencies": { "grunt-contrib-jshint": "~0.6.0", "grunt-contrib-clean": "~0.4.0", "grunt-contrib-nodeunit": "~0.2.0", "grunt": "~0.4.4" }, "peerDependencies": { "grunt": "~0.4.4" }, "keywords": [ "gruntplugin" ] }