53 строки
1.3 KiB
JSON
53 строки
1.3 KiB
JSON
{
|
|
"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": {
|
|
"coveralls": "^2.11.14",
|
|
"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",
|
|
"istanbul": "^0.4.5",
|
|
"jasmine-ajax": "^3.2.0",
|
|
"jasmine-core": "^2.5.2",
|
|
"jscs-jsdoc": "^1.0.1",
|
|
"jshint": "^2.7.0",
|
|
"jsxhint": "^0.14.0",
|
|
"karma": "^1.3.0",
|
|
"karma-coverage": "^1.1.1",
|
|
"karma-jasmine": "^1.0.2",
|
|
"karma-jasmine-ajax": "^0.1.13",
|
|
"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"
|
|
}
|
|
}
|