UNPKG

1.46 kBJSONView Raw
1{
2 "name": "grunt",
3 "description": "The JavaScript Task Runner",
4 "version": "0.4.0",
5 "author": "\"Cowboy\" Ben Alman (http://benalman.com/)",
6 "homepage": "http://gruntjs.com/",
7 "repository": {
8 "type": "git",
9 "url": "git://github.com/gruntjs/grunt.git"
10 },
11 "bugs": {
12 "url": "http://github.com/gruntjs/grunt/issues"
13 },
14 "licenses": [
15 {
16 "type": "MIT",
17 "url": "http://github.com/gruntjs/grunt/blob/master/LICENSE-MIT"
18 }
19 ],
20 "main": "lib/grunt",
21 "scripts": {
22 "test": "grunt test"
23 },
24 "engines": {
25 "node": ">= 0.8.0"
26 },
27 "keywords": [
28 "async",
29 "cli",
30 "minify",
31 "uglify",
32 "build",
33 "lodash",
34 "unit",
35 "test",
36 "qunit",
37 "nodeunit",
38 "server",
39 "init",
40 "scaffold",
41 "make",
42 "jake",
43 "tool"
44 ],
45 "dependencies": {
46 "async": "~0.1.22",
47 "coffee-script": "~1.3.3",
48 "colors": "~0.6.0-1",
49 "dateformat": "1.0.2-1.2.3",
50 "eventemitter2": "~0.4.9",
51 "findup-sync": "~0.1.0",
52 "glob": "~3.1.17",
53 "hooker": "~0.2.3",
54 "iconv-lite": "~0.2.5",
55 "minimatch": "~0.2.6",
56 "nopt": "~1.0.10",
57 "rimraf": "~2.0.2",
58 "lodash": "~0.9.0",
59 "underscore.string": "~2.2.0rc",
60 "which": "~1.0.5",
61 "js-yaml": "~1.0.1"
62 },
63 "devDependencies": {
64 "temporary": "~0.0.4",
65 "grunt-contrib-jshint": "~0.1.1",
66 "grunt-contrib-nodeunit": "~0.1.2",
67 "grunt-contrib-watch": "~0.2.0",
68 "difflet": "~0.2.3"
69 }
70}