1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
| {
| "name": "grunt-cli",
| "description": "The grunt command line interface",
| "version": "1.2.0",
| "author": "Grunt Development Team (http://gruntjs.com/development-team)",
| "repository": "gruntjs/grunt-cli",
| "license": "MIT",
| "engines": {
| "node": ">=0.10.0"
| },
| "scripts": {
| "test": "node bin/grunt test"
| },
| "bin": {
| "grunt": "bin/grunt"
| },
| "dependencies": {
| "findup-sync": "~0.3.0",
| "grunt-known-options": "~1.1.0",
| "nopt": "~3.0.6",
| "resolve": "~1.1.0"
| },
| "devDependencies": {
| "grunt": "~0.4.5",
| "grunt-contrib-jshint": "~1.0.0"
| },
| "files": [
| "bin",
| "completion",
| "lib"
| ],
| "appveyor_id": "prp6g944b05jsq6d"
| }
|
|