Skip to:
Content

BuddyPress.org

Changeset 8464 for trunk/package.json


Ignore:
Timestamp:
06/01/2014 12:29:57 AM (12 years ago)
Author:
johnjamesjacoby
Message:

Updates to package.json:

Props netweb.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package.json

    r8391 r8464  
    11{
    2         "author": "The BuddyPress Community",
    3         "bugs": {
    4                 "url": "https://buddypress.trac.wordpress.org/"
    5         },
    6         "description": "Social networking in a box. Build a social network for your company, school, sports team, or niche community.",
    7         "devDependencies": {
    8                 "grunt": "~0.4.4",
    9                 "grunt-checktextdomain": "~0.1.1",
    10                 "grunt-contrib-clean": "~0.5.0",
    11                 "grunt-contrib-copy": "~0.5.0",
    12                 "grunt-contrib-cssmin": "~0.9.0",
    13                 "grunt-contrib-imagemin": "~0.4.1",
    14                 "grunt-contrib-uglify": "~0.4.0",
    15                 "grunt-contrib-watch": "~0.6.1",
    16                 "grunt-contrib-jshint": "~0.10.0",
    17                 "grunt-cssjanus": "~0.2.2",
    18                 "grunt-contrib-less": "~0.11.0",
    19                 "grunt-exec": "~0.4.5",
    20                 "grunt-patch-wordpress": "~0.2.1",
    21                 "grunt-phpunit": "~0.3.3",
    22                 "grunt-wp-i18n": "~0.4.3",
    23                 "matchdep": "~0.3.0"
    24         },
    25         "keywords": [
    26                 "activity",
    27                 "community",
    28                 "forum",
    29                 "friends",
    30                 "groups",
    31                 "messaging",
    32                 "notifications",
    33                 "profiles",
    34                 "social network"
    35         ],
    36         "homepage": "https://buddypress.org",
    37         "license": "GPL-2.0+",
    38         "name": "buddypress",
    39         "repository": {
    40                 "type": "svn",
    41                 "url": "https://buddypress.svn.wordpress.org/trunk/"
    42         },
    43         "version": "2.1.0"
     2  "author": "The BuddyPress Community",
     3  "bugs": {
     4    "url": "https://buddypress.trac.wordpress.org/"
     5  },
     6  "description": "Social networking in a box. Build a social network for your company, school, sports team, or niche community.",
     7  "devDependencies": {
     8    "grunt": "~0.4.5",
     9    "grunt-checktextdomain": "~0.1.1",
     10    "grunt-contrib-clean": "~0.5.0",
     11    "grunt-contrib-copy": "~0.5.0",
     12    "grunt-contrib-cssmin": "~0.9.0",
     13    "grunt-contrib-imagemin": "~0.4.1",
     14    "grunt-contrib-jshint": "~0.10.0",
     15    "grunt-contrib-less": "~0.11.0",
     16    "grunt-contrib-uglify": "~0.4.0",
     17    "grunt-contrib-watch": "~0.6.1",
     18    "grunt-cssjanus": "~0.2.2",
     19    "grunt-exec": "~0.4.5",
     20    "grunt-patch-wordpress": "~0.2.1",
     21    "grunt-phpunit": "~0.3.3",
     22    "grunt-wp-i18n": "~0.4.4",
     23    "matchdep": "~0.3.0"
     24  },
     25  "keywords": [
     26    "activity",
     27    "community",
     28    "forum",
     29    "friends",
     30    "groups",
     31    "messaging",
     32    "notifications",
     33    "profiles",
     34    "social network"
     35  ],
     36  "homepage": "https://buddypress.org",
     37  "license": "GPL-2.0+",
     38  "name": "buddypress",
     39  "repository": {
     40    "type": "svn",
     41    "url": "https://buddypress.svn.wordpress.org/trunk/"
     42  },
     43  "version": "2.1.0"
    4444}
Note: See TracChangeset for help on using the changeset viewer.