source: Dev/trunk/node_modules/grunt/package.json

Last change on this file was 516, checked in by hendrikvanantwerpen, 11 years ago

Enable deployment with Grunt.

File size: 2.5 KB
Line 
1{
2  "name": "grunt",
3  "description": "The JavaScript Task Runner",
4  "version": "0.4.4",
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",
61    "rimraf": "~2.2.6",
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",
67    "getobject": "~0.1.0",
68    "grunt-legacy-util": "~0.1.2"
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  },
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",
80  "readmeFilename": "README.md",
81  "_id": "grunt@0.4.4",
82  "dist": {
83    "shasum": "64f477fef801475ab92f1819a691c6c71b72902e"
84  },
85  "_from": "grunt@0.4.4",
86  "_resolved": "https://registry.npmjs.org/grunt/-/grunt-0.4.4.tgz"
87}
Note: See TracBrowser for help on using the repository browser.