package.json 2.56 KB
{
  "_from": "grunt",
  "_id": "grunt@1.0.1",
  "_inBundle": false,
  "_integrity": "sha1-6HeHZOlEsY8yuw8QuQeEdcnftWs=",
  "_location": "/grunt",
  "_phantomChildren": {
    "findup-sync": "0.3.0",
    "fs.realpath": "1.0.0",
    "grunt-known-options": "1.1.0",
    "inflight": "1.0.6",
    "inherits": "2.0.3",
    "minimatch": "3.0.4",
    "nopt": "3.0.6",
    "once": "1.4.0",
    "path-is-absolute": "1.0.1",
    "resolve": "1.1.7"
  },
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "grunt",
    "name": "grunt",
    "escapedName": "grunt",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#DEV:/",
    "#USER"
  ],
  "_resolved": "https://registry.npmjs.org/grunt/-/grunt-1.0.1.tgz",
  "_shasum": "e8778764e944b18f32bb0f10b9078475c9dfb56b",
  "_spec": "grunt",
  "_where": "C:\\Users\\User\\desktop\\HJW\\meadowlark\\site",
  "author": {
    "name": "Grunt Development Team",
    "url": "http://gruntjs.com/development-team"
  },
  "bin": {
    "grunt": "bin/grunt"
  },
  "bugs": {
    "url": "https://github.com/gruntjs/grunt/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "coffee-script": "~1.10.0",
    "dateformat": "~1.0.12",
    "eventemitter2": "~0.4.13",
    "exit": "~0.1.1",
    "findup-sync": "~0.3.0",
    "glob": "~7.0.0",
    "grunt-cli": "~1.2.0",
    "grunt-known-options": "~1.1.0",
    "grunt-legacy-log": "~1.0.0",
    "grunt-legacy-util": "~1.0.0",
    "iconv-lite": "~0.4.13",
    "js-yaml": "~3.5.2",
    "minimatch": "~3.0.0",
    "nopt": "~3.0.6",
    "path-is-absolute": "~1.0.0",
    "rimraf": "~2.2.8"
  },
  "deprecated": false,
  "description": "The JavaScript Task Runner",
  "devDependencies": {
    "difflet": "~0.2.3",
    "grunt-contrib-jshint": "~1.0.0",
    "grunt-contrib-nodeunit": "~0.4.1",
    "grunt-contrib-watch": "~1.0.0",
    "grunt-jscs": "~2.8.0",
    "semver": "2.1.0",
    "shelljs": "~0.5.3",
    "temporary": "~0.0.4",
    "through2": "~2.0.0"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "lib",
    "bin"
  ],
  "homepage": "http://gruntjs.com/",
  "keywords": [
    "task",
    "async",
    "cli",
    "minify",
    "uglify",
    "build",
    "lodash",
    "unit",
    "test",
    "qunit",
    "nodeunit",
    "server",
    "init",
    "scaffold",
    "make",
    "jake",
    "tool"
  ],
  "license": "MIT",
  "main": "lib/grunt",
  "name": "grunt",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gruntjs/grunt.git"
  },
  "scripts": {
    "test": "grunt test",
    "test-tap": "grunt test:tap"
  },
  "version": "1.0.1"
}