{ "name": "privacy", "version": "1.5.3", "description": "Florine's privacy policy.", "author": "Florine W. Dekker", "browser": "dist/bundle.js", "repository": { "type": "git", "url": "git@git.fwdekker.com:fwdekker/privacy.git" }, "private": true, "scripts": { "clean": "grunt clean", "dev": "grunt dev", "dev:server": "grunt dev:server", "deploy": "grunt deploy" }, "devDependencies": { "grunt": "^1.6.1", "grunt-cli": "^1.4.3", "grunt-contrib-clean": "^2.0.1", "grunt-contrib-copy": "^1.0.0", "grunt-contrib-watch": "^1.1.0", "grunt-focus": "^1.0.0", "grunt-text-replace": "^0.4.0" } }