-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 870 Bytes
/
package.json
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
{
"name": "grunt-task-helper",
"version": "0.3.10",
"title": "grunt-task-helper",
"description": "Help with handling the files (e.g. check changed files) before other tasks, or adding something (e.g. replace text).",
"keywords": [
"gruntplugin",
"filter",
"exclude",
"mtime",
"file modification time",
"changed file",
"updated file",
"file size",
"replace text"
],
"files": [
"tasks/*.js"
],
"engines": {
"node": ">= 0.8.0"
},
"peerDependencies": {
"grunt": ">=0.4.0"
},
"homepage": "https://github.com/anseki/grunt-task-helper",
"repository": {
"type": "git",
"url": "git://github.com/anseki/grunt-task-helper.git"
},
"bugs": "https://github.com/anseki/grunt-task-helper/issues",
"license": "MIT",
"author": {
"name": "anseki",
"url": "https://github.com/anseki"
}
}