UNPKG

1.55 kBJSONView Raw
1{
2 "name": "grunt",
3 "description": "The JavaScript Task Runner",
4 "version": "1.0.2",
5 "author": "Grunt Development Team (http://gruntjs.com/development-team)",
6 "homepage": "http://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": "~1.0.0",
49 "grunt-legacy-util": "~1.0.0",
50 "iconv-lite": "~0.4.13",
51 "js-yaml": "~3.5.2",
52 "minimatch": "~3.0.2",
53 "nopt": "~3.0.6",
54 "path-is-absolute": "~1.0.0",
55 "rimraf": "~2.2.8"
56 },
57 "devDependencies": {
58 "difflet": "~1.0.1",
59 "eslint-config-grunt": "~1.0.1",
60 "grunt-contrib-nodeunit": "~1.0.0",
61 "grunt-contrib-watch": "~1.0.0",
62 "grunt-eslint": "~18.1.0",
63 "semver": "5.3.0",
64 "shelljs": "~0.7.8",
65 "temporary": "~0.0.4",
66 "through2": "~2.0.0"
67 },
68 "files": [
69 "lib",
70 "bin"
71 ]
72}