anorgatarrak-wordpress-theme/node_modules/grunt/package.json

113 lines
2.4 KiB
JSON
Raw Permalink Normal View History

{
"_from": "grunt",
"_id": "grunt@1.0.2",
"_inBundle": false,
"_integrity": "sha1-TmpeaVtwRy/VME9fqeNCNoNqc7w=",
"_location": "/grunt",
"_phantomChildren": {
"findup-sync": "0.3.0",
"grunt-known-options": "1.1.0",
"nopt": "3.0.6",
"resolve": "1.1.7"
},
"_requested": {
"type": "tag",
"registry": true,
"raw": "grunt",
"name": "grunt",
"escapedName": "grunt",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/grunt/-/grunt-1.0.2.tgz",
"_shasum": "4e6a5e695b70472fd5304f5fa9e34236836a73bc",
"_spec": "grunt",
"_where": "/home/lrullo/httpdocs/anorgatarrak.eus/wp-content/themes/anorgatarrak",
"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": {
"coffeescript": "~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.2",
"nopt": "~3.0.6",
"path-is-absolute": "~1.0.0",
"rimraf": "~2.2.8"
},
"deprecated": false,
"description": "The JavaScript Task Runner",
"devDependencies": {
"difflet": "~1.0.1",
"eslint-config-grunt": "~1.0.1",
"grunt-contrib-nodeunit": "~1.0.0",
"grunt-contrib-watch": "~1.0.0",
"grunt-eslint": "~18.1.0",
"semver": "5.3.0",
"shelljs": "~0.7.8",
"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": "node bin/grunt test",
"test-tap": "node bin/grunt test:tap"
},
"version": "1.0.2"
}