UNPKG

1.45 kBJSONView Raw
1{
2 "name": "grunt",
3 "description": "The JavaScript Task Runner",
4 "version": "1.3.0",
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": ">=8"
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": "~3.0.3",
41 "eventemitter2": "~0.4.13",
42 "exit": "~0.1.2",
43 "findup-sync": "~0.3.0",
44 "glob": "~7.1.6",
45 "grunt-cli": "~1.3.2",
46 "grunt-known-options": "~1.1.0",
47 "grunt-legacy-log": "~3.0.0",
48 "grunt-legacy-util": "~2.0.0",
49 "iconv-lite": "~0.4.13",
50 "js-yaml": "~3.14.0",
51 "minimatch": "~3.0.4",
52 "mkdirp": "~1.0.4",
53 "nopt": "~3.0.6",
54 "rimraf": "~3.0.2"
55 },
56 "devDependencies": {
57 "difflet": "~1.0.1",
58 "eslint-config-grunt": "~1.0.1",
59 "grunt-contrib-nodeunit": "~2.1.0",
60 "grunt-contrib-watch": "~1.1.0",
61 "grunt-eslint": "~18.1.0",
62 "temporary": "~0.0.4",
63 "through2": "~2.0.0"
64 },
65 "files": [
66 "lib",
67 "bin"
68 ]
69}