UNPKG

1.52 kBJSONView Raw
1{
2 "name": "grunt",
3 "description": "The JavaScript Task Runner",
4 "version": "1.0.4",
5 "author": "Grunt Development Team (https://gruntjs.com/development-team)",
6 "homepage": "https://gruntjs.com/",
7 "repository": "https://github.com/gruntjs/grunt.git",
8 "license": "MIT",
9 "engines": {
10 "node": ">=0.10.0"
11 },
12 "scripts": {
13 "test": "node bin/grunt test",
14 "test-tap": "node bin/grunt test:tap"
15 },
16 "main": "lib/grunt",
17 "bin": {
18 "grunt": "bin/grunt"
19 },
20 "keywords": [
21 "task",
22 "async",
23 "cli",
24 "minify",
25 "uglify",
26 "build",
27 "lodash",
28 "unit",
29 "test",
30 "qunit",
31 "nodeunit",
32 "server",
33 "init",
34 "scaffold",
35 "make",
36 "jake",
37 "tool"
38 ],
39 "dependencies": {
40 "coffeescript": "~1.10.0",
41 "dateformat": "~1.0.12",
42 "eventemitter2": "~0.4.13",
43 "exit": "~0.1.1",
44 "findup-sync": "~0.3.0",
45 "glob": "~7.0.0",
46 "grunt-cli": "~1.2.0",
47 "grunt-known-options": "~1.1.0",
48 "grunt-legacy-log": "~2.0.0",
49 "grunt-legacy-util": "~1.1.1",
50 "iconv-lite": "~0.4.13",
51 "js-yaml": "~3.13.0",
52 "minimatch": "~3.0.2",
53 "mkdirp": "~0.5.1",
54 "nopt": "~3.0.6",
55 "path-is-absolute": "~1.0.0",
56 "rimraf": "~2.6.2"
57 },
58 "devDependencies": {
59 "difflet": "~1.0.1",
60 "eslint-config-grunt": "~1.0.1",
61 "grunt-contrib-nodeunit": "~2.0.0",
62 "grunt-contrib-watch": "~1.1.0",
63 "grunt-eslint": "~18.1.0",
64 "temporary": "~0.0.4",
65 "through2": "~2.0.0"
66 },
67 "files": [
68 "lib",
69 "bin"
70 ]
71}