Ignore:
Timestamp:
03/14/14 12:36:58 (11 years ago)
Author:
hendrikvanantwerpen
Message:

Enable deployment with Grunt.

Location:
Dev/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Dev/trunk

    • Property svn:ignore
      •  

        old new  
        11build
        2 quod-erat.git
  • Dev/trunk/node_modules/grunt/package.json

    r484 r516  
    22  "name": "grunt",
    33  "description": "The JavaScript Task Runner",
    4   "version": "0.4.2",
     4  "version": "0.4.4",
    55  "author": {
    66    "name": "\"Cowboy\" Ben Alman",
     
    5959    "minimatch": "~0.2.12",
    6060    "nopt": "~1.0.10",
    61     "rimraf": "~2.0.3",
     61    "rimraf": "~2.2.6",
    6262    "lodash": "~0.9.2",
    6363    "underscore.string": "~2.2.1",
     
    6565    "js-yaml": "~2.0.5",
    6666    "exit": "~0.1.1",
    67     "getobject": "~0.1.0"
     67    "getobject": "~0.1.0",
     68    "grunt-legacy-util": "~0.1.2"
    6869  },
    6970  "devDependencies": {
     
    7677    "shelljs": "~0.2.5"
    7778  },
    78   "readme": "# Grunt: The JavaScript Task Runner [![Build Status](https://secure.travis-ci.org/gruntjs/grunt.png?branch=master)](http://travis-ci.org/gruntjs/grunt)\n\n<img align=\"right\" height=\"260\" src=\"http://gruntjs.com/img/grunt-logo-no-wordmark.svg\">\n\n\n### Documentation\n\nVisit the [gruntjs.com](http://gruntjs.com/) website for all the things.\n\n### Support / Contributing\nBefore you make an issue, please read our [Contributing](http://gruntjs.com/contributing) guide.\n\nYou can find the grunt team in [#grunt on irc.freenode.net](http://webchat.freenode.net/?channels=grunt).\n\n### Release History\nSee the [CHANGELOG](CHANGELOG).\n",
     79  "readme": "# Grunt: The JavaScript Task Runner\n\n[![Build Status](https://secure.travis-ci.org/gruntjs/grunt.png?branch=master)](http://travis-ci.org/gruntjs/grunt)\n[![Built with Grunt](https://cdn.gruntjs.com/builtwith.png)](http://gruntjs.com/)\n\n<img align=\"right\" height=\"260\" src=\"http://gruntjs.com/img/grunt-logo-no-wordmark.svg\">\n\n\n### Documentation\n\nVisit the [gruntjs.com](http://gruntjs.com/) website for all the things.\n\n### Support / Contributing\nBefore you make an issue, please read our [Contributing](http://gruntjs.com/contributing) guide.\n\nYou can find the grunt team in [#grunt on irc.freenode.net](http://webchat.freenode.net/?channels=grunt).\n\n### Release History\nSee the [CHANGELOG](CHANGELOG).\n",
    7980  "readmeFilename": "README.md",
    80   "_id": "grunt@0.4.2",
     81  "_id": "grunt@0.4.4",
    8182  "dist": {
    82     "shasum": "1f6804f00e977dd90b9f97b1faed480215db0857"
     83    "shasum": "64f477fef801475ab92f1819a691c6c71b72902e"
    8384  },
    84   "_from": "grunt@0.4.2",
    85   "_resolved": "https://registry.npmjs.org/grunt/-/grunt-0.4.2.tgz"
     85  "_from": "grunt@0.4.4",
     86  "_resolved": "https://registry.npmjs.org/grunt/-/grunt-0.4.4.tgz"
    8687}
Note: See TracChangeset for help on using the changeset viewer.