{ "name": "mail", "version": "0.5.3", "description": "Mail app", "main": "index.js", "directories": { "test": "tests" }, "scripts": { "test": "./node_modules/.bin/jshint . && ./node_modules/.bin/jsxhint .", "bower_deps": "./node_modules/.bin/bower install" }, "repository": { "type": "git", "url": "https://github.com/nextcloud/mail.git" }, "keywords": [ "mail" ], "author": "Christoph Wurst, Thomas Müller, Jan-Christoph Borchardt, Steffen Lindner and many more …", "license": "AGPL-3.0", "bugs": { "url": "https://github.com/nextcloud/mail/issues" }, "homepage": "https://github.com/nextcloud/mail", "devDependencies": { "grunt": "^1.0.1", "grunt-cli": "^0.1.13", "grunt-contrib-jshint": "^0.11.3", "grunt-jscs": "^1.8.0", "grunt-karma": "^0.12.1", "jasmine-core": "^2.5.2", "jscs-jsdoc": "^1.0.1", "jshint": "^2.7.0", "jsxhint": "^0.14.0", "karma": "^1.3.0", "karma-jasmine": "^1.0.2", "karma-phantomjs-launcher": "^1.0.2", "karma-requirejs": "^1.1.0", "phantomjs-prebuilt": "^2.1.12" }, "dependencies": { "bower": "^1.5.2", "grunt": "^1.0.1", "requirejs": "^2.1.20" } }