Make WordPress Core

source: tags/3.7.35/package.json

Last change on this file was 49427, checked in by desrosj, 5 years ago

WordPress 3.7.35.

File size: 691 bytes
Line 
1{
2  "name": "WordPress",
3  "version": "3.7.35",
4  "description": "WordPress is web software you can use to create a beautiful website or blog.",
5  "repository": {
6    "type": "svn",
7    "url": "https://develop.svn.wordpress.org/trunk"
8  },
9  "author": "The WordPress Contributors",
10  "license": "GPLv2 or later",
11  "devDependencies": {
12    "grunt": "~0.4.1",
13    "grunt-contrib-clean": "~0.5.0",
14    "grunt-contrib-compress": "~0.5.2",
15    "grunt-contrib-concat": "~0.3.0",
16    "grunt-contrib-copy": "~0.4.1",
17    "grunt-contrib-cssmin": "~0.6.1",
18    "grunt-contrib-qunit": "~0.2.2",
19    "grunt-contrib-uglify": "~0.2.2",
20    "grunt-contrib-watch": "~0.5.1",
21    "matchdep": "~0.1.2"
22  }
23}
Note: See TracBrowser for help on using the repository browser.