UNPKG

709 BJSONView Raw
1{
2 "name": "grunt-cli",
3 "description": "The grunt command line interface",
4 "version": "1.3.2",
5 "author": "Grunt Development Team (http://gruntjs.com/development-team)",
6 "repository": "gruntjs/grunt-cli",
7 "license": "MIT",
8 "engines": {
9 "node": ">=4"
10 },
11 "scripts": {
12 "test": "node bin/grunt test"
13 },
14 "bin": {
15 "grunt": "bin/grunt"
16 },
17 "dependencies": {
18 "grunt-known-options": "~1.1.0",
19 "interpret": "~1.1.0",
20 "liftoff": "~2.5.0",
21 "nopt": "~4.0.1",
22 "v8flags": "~3.1.1"
23 },
24 "devDependencies": {
25 "grunt": "~1.0.2",
26 "grunt-contrib-jshint": "~1.1.0"
27 },
28 "files": [
29 "bin",
30 "completion",
31 "lib"
32 ],
33 "appveyor_id": "prp6g944b05jsq6d"
34}