1 | {
|
2 | "name": "grunt",
|
3 | "description": "The JavaScript Task Runner",
|
4 | "version": "1.6.1",
|
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": ">=16"
|
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 | "dateformat": "~4.6.2",
|
41 | "eventemitter2": "~0.4.13",
|
42 | "exit": "~0.1.2",
|
43 | "findup-sync": "~5.0.0",
|
44 | "glob": "~7.1.6",
|
45 | "grunt-cli": "~1.4.3",
|
46 | "grunt-known-options": "~2.0.0",
|
47 | "grunt-legacy-log": "~3.0.0",
|
48 | "grunt-legacy-util": "~2.0.1",
|
49 | "iconv-lite": "~0.6.3",
|
50 | "js-yaml": "~3.14.0",
|
51 | "minimatch": "~3.0.4",
|
52 | "nopt": "~3.0.6"
|
53 | },
|
54 | "devDependencies": {
|
55 | "difflet": "~1.0.1",
|
56 | "eslint-config-grunt": "~2.0.1",
|
57 | "grunt-contrib-nodeunit": "~4.0.0",
|
58 | "grunt-contrib-watch": "~1.1.0",
|
59 | "grunt-eslint": "~24.0.1",
|
60 | "temporary": "~1.1.0",
|
61 | "through2": "~4.0.2"
|
62 | },
|
63 | "files": [
|
64 | "lib",
|
65 | "bin"
|
66 | ]
|
67 | }
|