-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 957 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 957 Bytes
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
{
"name": "grunt-confirm",
"version": "1.0.8",
"title": "grunt-confirm",
"description": "Abort or continue the flow of tasks according to an answer (with or without Enter key) to the specified question. The flow of tasks is paused, until the user responds and the next behavior is found by specified options.",
"keywords": [
"gruntplugin",
"confirm",
"abort",
"continue",
"question",
"pause",
"wait",
"prompt"
],
"files": [
"tasks/*.js"
],
"engines": {
"node": ">= 0.8.0"
},
"dependencies": {
"readline-sync": "~1.4.9"
},
"peerDependencies": {
"grunt": ">=0.4.0"
},
"homepage": "https://github.com/anseki/grunt-confirm",
"repository": {
"type": "git",
"url": "git://github.com/anseki/grunt-confirm.git"
},
"bugs": "https://github.com/anseki/grunt-confirm/issues",
"license": "MIT",
"author": {
"name": "anseki",
"url": "https://github.com/anseki"
}
}