|
1 | 1 | { |
2 | | - "name": "password_policy", |
3 | | - "description": "Password Policy for nextcloud", |
4 | | - "version": "1.15.0", |
5 | | - "author": "Bjoern Schiessle", |
6 | | - "repository": { |
7 | | - "type": "git", |
8 | | - "url": "git+https://github.com/nextcloud/password_policy.git" |
9 | | - }, |
10 | | - "bugs": { |
11 | | - "url": "https://github.com/nextcloud/password_policy/issues" |
12 | | - }, |
13 | | - "homepage": "https://github.com/nextcloud/password_policy#readme", |
14 | | - "license": "AGPL-3.0", |
15 | | - "private": true, |
16 | | - "scripts": { |
17 | | - "build": "webpack --node-env production --progress", |
18 | | - "dev": "webpack --node-env development --progress", |
19 | | - "watch": "webpack --node-env development --progress --watch", |
20 | | - "lint": "eslint --ext .js,.vue src", |
21 | | - "lint:fix": "eslint --ext .js,.vue src --fix", |
22 | | - "stylelint": "stylelint css/*.css css/*.scss src/**/*.vue", |
23 | | - "stylelint:fix": "stylelint css/*.css css/*.scss src/**/*.vue --fix" |
24 | | - }, |
25 | | - "dependencies": { |
26 | | - "@nextcloud/initial-state": "^1.2.1", |
27 | | - "@nextcloud/l10n": "^1.4.1", |
28 | | - "@nextcloud/vue": "^5.3.1", |
29 | | - "vue": "^2.6.14" |
30 | | - }, |
31 | | - "engines": { |
32 | | - "node": "^14.0.0", |
33 | | - "npm": "^7.0.0" |
34 | | - }, |
35 | | - "devDependencies": { |
36 | | - "@nextcloud/babel-config": "^1.0.0", |
37 | | - "@nextcloud/eslint-config": "^7.0.2", |
38 | | - "@nextcloud/stylelint-config": "^2.1.2", |
39 | | - "@nextcloud/webpack-vue-config": "^5.0.0" |
40 | | - } |
| 2 | + "name": "password_policy", |
| 3 | + "description": "Password Policy for nextcloud", |
| 4 | + "version": "1.15.0", |
| 5 | + "author": "Bjoern Schiessle", |
| 6 | + "repository": { |
| 7 | + "type": "git", |
| 8 | + "url": "git+https://github.com/nextcloud/password_policy.git" |
| 9 | + }, |
| 10 | + "bugs": { |
| 11 | + "url": "https://github.com/nextcloud/password_policy/issues" |
| 12 | + }, |
| 13 | + "homepage": "https://github.com/nextcloud/password_policy#readme", |
| 14 | + "license": "AGPL-3.0", |
| 15 | + "private": true, |
| 16 | + "scripts": { |
| 17 | + "build": "webpack --node-env production --progress", |
| 18 | + "dev": "webpack --node-env development --progress", |
| 19 | + "watch": "webpack --node-env development --progress --watch", |
| 20 | + "lint": "eslint --ext .js,.vue src", |
| 21 | + "lint:fix": "eslint --ext .js,.vue src --fix", |
| 22 | + "stylelint": "stylelint css/*.css css/*.scss src/**/*.vue", |
| 23 | + "stylelint:fix": "stylelint css/*.css css/*.scss src/**/*.vue --fix" |
| 24 | + }, |
| 25 | + "dependencies": { |
| 26 | + "@nextcloud/initial-state": "^1.2.1", |
| 27 | + "@nextcloud/l10n": "^1.4.1", |
| 28 | + "@nextcloud/vue": "^5.3.1", |
| 29 | + "vue": "^2.6.14" |
| 30 | + }, |
| 31 | + "engines": { |
| 32 | + "node": "^16.0.0", |
| 33 | + "npm": "^7.0.0 || ^8.0.0" |
| 34 | + }, |
| 35 | + "devDependencies": { |
| 36 | + "@nextcloud/babel-config": "^1.0.0", |
| 37 | + "@nextcloud/eslint-config": "^7.0.2", |
| 38 | + "@nextcloud/stylelint-config": "^2.1.2", |
| 39 | + "@nextcloud/webpack-vue-config": "^5.0.0" |
| 40 | + } |
41 | 41 | } |
0 commit comments