Export 0.2.1
[platform/framework/web/web-ui-fw.git] / libs / js / jquery-mobile-1.2.0 / node_modules / grunt / package.json
1 {
2   "name": "grunt",
3   "description": "A task-based command line build tool for JavaScript projects.",
4   "version": "0.3.17",
5   "author": {
6     "name": "\"Cowboy\" Ben Alman",
7     "url": "http://benalman.com/"
8   },
9   "homepage": "http://github.com/gruntjs/grunt",
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   "bin": {
25     "grunt": "bin/grunt"
26   },
27   "scripts": {
28     "test": "grunt test"
29   },
30   "engines": {
31     "node": ">= 0.6.0"
32   },
33   "preferGlobal": true,
34   "keywords": [
35     "async",
36     "cli",
37     "minify",
38     "uglify",
39     "build",
40     "underscore",
41     "unit",
42     "test",
43     "qunit",
44     "nodeunit",
45     "server",
46     "init",
47     "scaffold",
48     "make",
49     "jake",
50     "tool"
51   ],
52   "dependencies": {
53     "async": "~0.1.18",
54     "colors": "~0.6.0",
55     "connect": "~2.4.4",
56     "dateformat": "1.0.2-1.2.3",
57     "glob-whatev": "~0.1.4",
58     "hooker": "~0.2.3",
59     "jshint": "~0.9.1",
60     "nodeunit": "~0.7.4",
61     "nopt": "~1.0.10",
62     "prompt": "~0.1.12",
63     "semver": "~1.0.13",
64     "uglify-js": "~1.3.3",
65     "underscore": "~1.2.4",
66     "underscore.string": "~2.1.1",
67     "temporary": "~0.0.4",
68     "gzip-js": "~0.3.1"
69   },
70   "devDependencies": {},
71   "_id": "grunt@0.3.17",
72   "optionalDependencies": {},
73   "_engineSupported": true,
74   "_npmVersion": "1.1.21",
75   "_nodeVersion": "v0.6.18",
76   "_defaultsLoaded": true,
77   "_from": "grunt@0.3.x"
78 }