Newer
Older
"description": "Mail app for ownCloud",
"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/owncloud/mail.git"
},
"keywords": [
"ownCloud",
"mail"
],
"author": "Thomas Müller and others",
"bugs": {
"url": "https://github.com/owncloud/mail/issues"
},
"homepage": "https://github.com/owncloud/mail",
"devDependencies": {
"grunt-contrib-jshint": "^0.11.2",
"grunt-jscs": "^1.8.0",
"jscs-jsdoc": "^1.0.1",