Rev | Line | |
---|
[484] | 1 | { |
---|
| 2 | "name": "grunt", |
---|
| 3 | "description": "The JavaScript Task Runner", |
---|
[516] | 4 | "version": "0.4.4", |
---|
[484] | 5 | "author": { |
---|
| 6 | "name": "\"Cowboy\" Ben Alman", |
---|
| 7 | "url": "http://benalman.com/" |
---|
| 8 | }, |
---|
| 9 | "homepage": "http://gruntjs.com/", |
---|
| 10 | "repository": { |
---|
| 11 | "type": "git", |
---|
| 12 | "url": "git://github.com/gruntjs/grunt.git" |
---|
| 13 | }, |
---|
| 14 | "bugs": { |
---|
| 15 | "url": "http://github.com/gruntjs/grunt/issues" |
---|
| 16 | }, |
---|
| 17 | "licenses": [ |
---|
| 18 | { |
---|
| 19 | "type": "MIT", |
---|
| 20 | "url": "http://github.com/gruntjs/grunt/blob/master/LICENSE-MIT" |
---|
| 21 | } |
---|
| 22 | ], |
---|
| 23 | "main": "lib/grunt", |
---|
| 24 | "scripts": { |
---|
| 25 | "test": "grunt test" |
---|
| 26 | }, |
---|
| 27 | "engines": { |
---|
| 28 | "node": ">= 0.8.0" |
---|
| 29 | }, |
---|
| 30 | "keywords": [ |
---|
| 31 | "task", |
---|
| 32 | "async", |
---|
| 33 | "cli", |
---|
| 34 | "minify", |
---|
| 35 | "uglify", |
---|
| 36 | "build", |
---|
| 37 | "lodash", |
---|
| 38 | "unit", |
---|
| 39 | "test", |
---|
| 40 | "qunit", |
---|
| 41 | "nodeunit", |
---|
| 42 | "server", |
---|
| 43 | "init", |
---|
| 44 | "scaffold", |
---|
| 45 | "make", |
---|
| 46 | "jake", |
---|
| 47 | "tool" |
---|
| 48 | ], |
---|
| 49 | "dependencies": { |
---|
| 50 | "async": "~0.1.22", |
---|
| 51 | "coffee-script": "~1.3.3", |
---|
| 52 | "colors": "~0.6.2", |
---|
| 53 | "dateformat": "1.0.2-1.2.3", |
---|
| 54 | "eventemitter2": "~0.4.13", |
---|
| 55 | "findup-sync": "~0.1.2", |
---|
| 56 | "glob": "~3.1.21", |
---|
| 57 | "hooker": "~0.2.3", |
---|
| 58 | "iconv-lite": "~0.2.11", |
---|
| 59 | "minimatch": "~0.2.12", |
---|
| 60 | "nopt": "~1.0.10", |
---|
[516] | 61 | "rimraf": "~2.2.6", |
---|
[484] | 62 | "lodash": "~0.9.2", |
---|
| 63 | "underscore.string": "~2.2.1", |
---|
| 64 | "which": "~1.0.5", |
---|
| 65 | "js-yaml": "~2.0.5", |
---|
| 66 | "exit": "~0.1.1", |
---|
[516] | 67 | "getobject": "~0.1.0", |
---|
| 68 | "grunt-legacy-util": "~0.1.2" |
---|
[484] | 69 | }, |
---|
| 70 | "devDependencies": { |
---|
| 71 | "temporary": "~0.0.4", |
---|
| 72 | "grunt-contrib-jshint": "~0.6.4", |
---|
| 73 | "grunt-contrib-nodeunit": "~0.2.0", |
---|
| 74 | "grunt-contrib-watch": "~0.5.3", |
---|
| 75 | "difflet": "~0.2.3", |
---|
| 76 | "semver": "2.1.0", |
---|
| 77 | "shelljs": "~0.2.5" |
---|
| 78 | }, |
---|
[516] | 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", |
---|
[484] | 80 | "readmeFilename": "README.md", |
---|
[516] | 81 | "_id": "grunt@0.4.4", |
---|
[484] | 82 | "dist": { |
---|
[516] | 83 | "shasum": "64f477fef801475ab92f1819a691c6c71b72902e" |
---|
[484] | 84 | }, |
---|
[516] | 85 | "_from": "grunt@0.4.4", |
---|
| 86 | "_resolved": "https://registry.npmjs.org/grunt/-/grunt-0.4.4.tgz" |
---|
[484] | 87 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.