contacts/package.json

67 lines
1.9 KiB
JSON

{
"name": "contacts",
"version": "2.2.0",
"description": "Place this app in **nextcloud/apps/**",
"author": {
"name": "Hendrik Leppelsack",
"email": "hendrik@leppelsack.de"
},
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/nextcloud/contacts.git"
},
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/nextcloud/contacts/issues"
},
"homepage": "https://github.com/nextcloud/contacts#readme",
"scripts": {
"test": "node node_modules/gulp-cli/bin/gulp.js karma",
"prebuild": "npm install && npm update",
"build": "node node_modules/gulp-cli/bin/gulp.js",
"scss-compile": "cat build/css/variables.scss css/style.scss | node-sass --include-path css > css/style.css",
"watch": "node node_modules/gulp-cli/bin/gulp.js watch"
},
"devDependencies": {
"angular-mocks": "~1.5.8",
"chai": "^3.5.0",
"codecov": "^1.0.1",
"gulp": "^3.9.1",
"gulp-cli": "^2.0.1",
"gulp-concat": "^2.6.0",
"gulp-eslint": "^3.0.1",
"gulp-ng-annotate": "^2.0.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-stylelint": "^5.0.0",
"karma": "^2.0.4",
"karma-chai": "^0.1.0",
"karma-coverage": "^1.1.1",
"karma-firefox-launcher": "^1.0.0",
"karma-mocha": "^1.1.1",
"karma-mocha-reporter": "^2.1.0",
"karma-sinon": "^1.0.5",
"merge-stream": "^1.0.1",
"mocha": "^5.2.0",
"node-sass": "^4.9.2",
"sinon": "^1.17.5",
"stylelint": "^9.3.0",
"stylelint-config-recommended-scss": "^3.1.0",
"stylelint-scss": "^2.4.0",
"underscore": "^1.8.3"
},
"dependencies": {
"@iamadamjowett/angular-click-outside": "^2.10.1",
"angular": "~1.5.8",
"angular-cache": "^4.6.0",
"angular-route": "~1.5.8",
"angular-sanitize": "~1.5.8",
"angular-ui-bootstrap": "^2.5.6",
"angular-uuid4": "^0.3.1",
"jquery-timepicker": "^1.3.3",
"ngclipboard": "^1.1.2",
"ui-select": "^0.19.8",
"vcard-parser": "^0.3.0"
}
}