Changeset 516 for Dev/trunk/node_modules/grunt/package.json
- Timestamp:
- 03/14/14 12:36:58 (11 years ago)
- Location:
- Dev/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/trunk
- Property svn:ignore
-
old new 1 1 build 2 quod-erat.git
-
- Property svn:ignore
-
Dev/trunk/node_modules/grunt/package.json
r484 r516 2 2 "name": "grunt", 3 3 "description": "The JavaScript Task Runner", 4 "version": "0.4. 2",4 "version": "0.4.4", 5 5 "author": { 6 6 "name": "\"Cowboy\" Ben Alman", … … 59 59 "minimatch": "~0.2.12", 60 60 "nopt": "~1.0.10", 61 "rimraf": "~2. 0.3",61 "rimraf": "~2.2.6", 62 62 "lodash": "~0.9.2", 63 63 "underscore.string": "~2.2.1", … … 65 65 "js-yaml": "~2.0.5", 66 66 "exit": "~0.1.1", 67 "getobject": "~0.1.0" 67 "getobject": "~0.1.0", 68 "grunt-legacy-util": "~0.1.2" 68 69 }, 69 70 "devDependencies": { … … 76 77 "shelljs": "~0.2.5" 77 78 }, 78 "readme": "# Grunt: The JavaScript Task Runner [](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[](http://travis-ci.org/gruntjs/grunt)\n[](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", 79 80 "readmeFilename": "README.md", 80 "_id": "grunt@0.4. 2",81 "_id": "grunt@0.4.4", 81 82 "dist": { 82 "shasum": " 1f6804f00e977dd90b9f97b1faed480215db0857"83 "shasum": "64f477fef801475ab92f1819a691c6c71b72902e" 83 84 }, 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" 86 87 }
Note: See TracChangeset
for help on using the changeset viewer.