Skip to:
Content

bbPress.org

Changeset 6797 for trunk/package.json


Ignore:
Timestamp:
04/05/2018 06:26:47 AM (8 years ago)
Author:
netweb
Message:

Build Tools: Use tabs for indentaion, follow up to [*6796]

See #3197.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package.json

    r6764 r6797  
    11{
    2   "author": "The bbPress Contributors",
    3   "bugs": {
    4     "url": "https://bbpress.trac.wordpress.org/"
    5   },
    6   "description": "Forum software with a twist from the creators of WordPress.",
    7   "devDependencies": {
    8     "autoprefixer": "~7.1.2",
    9     "grunt": "~1.0.1",
    10     "grunt-check-dependencies": "~1.0.0",
    11     "grunt-checktextdomain": "~1.0.1",
    12     "grunt-contrib-clean": "~1.1.0",
    13     "grunt-contrib-copy": "~1.0.0",
    14     "grunt-contrib-cssmin": "~2.2.0",
    15     "grunt-contrib-jshint": "~1.1.0",
    16     "grunt-contrib-uglify": "~3.0.1",
    17     "grunt-contrib-watch": "~1.0.0",
    18     "grunt-exec": "~2.0.0",
    19     "grunt-jsvalidate": "~0.2.2",
    20     "grunt-legacy-util": "~1.0.0",
    21     "grunt-patch-wordpress": "~0.4.2",
    22     "grunt-postcss": "~0.8.0",
    23     "grunt-rtlcss": "~2.0.1",
    24     "grunt-sass": "~2.0.0",
    25     "grunt-stylelint": "~0.8.0",
    26     "grunt-wp-i18n": "~1.0.0",
    27     "matchdep": "~1.0.1",
    28     "postcss-scss": "~1.0.2",
    29     "stylelint": "~7.13.0",
    30     "stylelint-config-wordpress": "~11.0.0"
    31   },
    32   "engines": {
    33     "node": ">=6.9.1"
    34   },
    35   "keywords": [
    36     "community",
    37     "forums",
    38     "topics",
    39     "replies",
    40     "profiles",
    41     "support"
    42   ],
    43   "homepage": "https://bbpress.org",
    44   "license": "GPL-2.0-or-later",
    45   "name": "bbpress",
    46   "repository": {
    47     "type": "svn",
    48     "url": "https://bbpress.svn.wordpress.org/trunk"
    49   },
    50   "version": "2.6.0"
     2    "author": "The bbPress Contributors",
     3    "bugs": {
     4        "url": "https://bbpress.trac.wordpress.org/"
     5    },
     6    "description": "Forum software with a twist from the creators of WordPress.",
     7    "devDependencies": {
     8        "autoprefixer": "~7.1.2",
     9        "grunt": "~1.0.1",
     10        "grunt-check-dependencies": "~1.0.0",
     11        "grunt-checktextdomain": "~1.0.1",
     12        "grunt-contrib-clean": "~1.1.0",
     13        "grunt-contrib-copy": "~1.0.0",
     14        "grunt-contrib-cssmin": "~2.2.0",
     15        "grunt-contrib-jshint": "~1.1.0",
     16        "grunt-contrib-uglify": "~3.0.1",
     17        "grunt-contrib-watch": "~1.0.0",
     18        "grunt-exec": "~2.0.0",
     19        "grunt-jsvalidate": "~0.2.2",
     20        "grunt-legacy-util": "~1.0.0",
     21        "grunt-patch-wordpress": "~0.4.2",
     22        "grunt-postcss": "~0.8.0",
     23        "grunt-rtlcss": "~2.0.1",
     24        "grunt-sass": "~2.0.0",
     25        "grunt-stylelint": "~0.8.0",
     26        "grunt-wp-i18n": "~1.0.0",
     27        "matchdep": "~1.0.1",
     28        "postcss-scss": "~1.0.2",
     29        "stylelint": "~7.13.0",
     30        "stylelint-config-wordpress": "~11.0.0"
     31    },
     32    "engines": {
     33        "node": ">=6.9.1"
     34    },
     35    "keywords": [
     36        "community",
     37        "forums",
     38        "topics",
     39        "replies",
     40        "profiles",
     41        "support"
     42    ],
     43    "homepage": "https://bbpress.org",
     44    "license": "GPL-2.0-or-later",
     45    "name": "bbpress",
     46    "repository": {
     47        "type": "svn",
     48        "url": "https://bbpress.svn.wordpress.org/trunk"
     49    },
     50    "version": "2.6.0"
    5151}
Note: See TracChangeset for help on using the changeset viewer.