package.json
1.67 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"_from": "grunt-exec",
"_id": "grunt-exec@3.0.0",
"_inBundle": false,
"_integrity": "sha512-cgAlreXf3muSYS5LzW0Cc4xHK03BjFOYk0MqCQ/MZ3k1Xz2GU7D+IAJg4UKicxpO+XdONJdx/NJ6kpy2wI+uHg==",
"_location": "/grunt-exec",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "grunt-exec",
"name": "grunt-exec",
"escapedName": "grunt-exec",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#DEV:/",
"#USER"
],
"_resolved": "https://registry.npmjs.org/grunt-exec/-/grunt-exec-3.0.0.tgz",
"_shasum": "881f868d64098788fddaf22fa25d8572a9d64dc7",
"_spec": "grunt-exec",
"_where": "C:\\Users\\User\\desktop\\HJW\\meadowlark\\site",
"author": {
"name": "Jake Harding",
"email": "jacob.s.harding@gmail.com"
},
"bugs": {
"url": "https://github.com/jharding/grunt-exec/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Graeme Wicksted",
"email": "graeme.wicksted@gmail.com"
}
],
"deprecated": false,
"description": "Grunt task for executing shell commands.",
"devDependencies": {
"grunt": "^1.0.0",
"grunt-contrib-jshint": "^1.1.0"
},
"engines": {
"node": ">=0.8.0"
},
"homepage": "https://github.com/jharding/grunt-exec",
"keywords": [
"grunt",
"gruntplugin",
"shell",
"exec",
"execute",
"spawn"
],
"license": "MIT",
"main": "Gruntfile.js",
"name": "grunt-exec",
"peerDependencies": {
"grunt": ">=0.4"
},
"repository": {
"type": "git",
"url": "git://github.com/jharding/grunt-exec.git"
},
"scripts": {
"test": "node test/test.js"
},
"version": "3.0.0"
}