forked from JochenHoertreiter/grunt-placeholder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.32 KB
/
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
38
39
40
41
42
43
44
45
{
"name": "grunt-placeholder",
"homepage": "https://github.com/JochenHoertreiter/grunt-placeholder",
"description": "Grunt Task for replacing placeholders in source files with values from a configuration file",
"version": "1.0.6",
"license": "MIT",
"author": {
"name": "Jochen Hoertreiter",
"email": "[email protected]",
"url": "https://github.com/JochenHoertreiter"
},
"keywords": [
"placeholder",
"replace",
"gruntplugin",
"yaml",
"json",
"config"
],
"repository": {
"type": "git",
"url": "https://github.com/JochenHoertreiter/grunt-placeholder"
},
"bugs": {
"url": "https://github.com/JochenHoertreiter/grunt-placeholder/issues"
},
"main": "Gruntfile.js",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-cli": "~0.1.13",
"grunt-contrib-jshint": "~1.0.0",
"grunt-contrib-clean": "~1.0.0"
},
"peerDependencies": {
"grunt": ">=0.4.0"
},
"dependencies": {
"chalk": "~1.1.1",
"ducky": "~2.3.1",
"cache-lru": "~1.0.10"
},
"engines": {
"node": ">=0.10.0"
}
}