forked from outaTiME/grunt-replace
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.24 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "grunt-replace",
"description": "Replace text patterns with applause.",
"version": "0.7.8",
"homepage": "http://github.com/outaTiME/grunt-replace",
"author": {
"name": "outaTiME",
"url": "http://outa.im/"
},
"repository": {
"type": "git",
"url": "http://github.com/outaTiME/grunt-replace.git"
},
"bugs": {
"url": "http://github.com/outaTiME/grunt-replace/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/outaTiME/grunt-replace/blob/master/LICENSE-MIT"
}
],
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"release": "scripts/release.sh",
"test": "grunt test"
},
"dependencies": {
"chalk": "^0.4.0",
"applause": "0.3.3"
},
"devDependencies": {
"grunt": "^0.4.0",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-mocha-test": "^0.11.0",
"grunt-contrib-watch": "^0.6.0"
},
"peerDependencies": {
"grunt": "^0.4.0"
},
"keywords": [
"gruntplugin",
"replace",
"replacement",
"pattern",
"patterns",
"match",
"text",
"string",
"regex",
"regexp",
"json",
"yaml",
"cson",
"flatten"
],
"files": [
"tasks",
"LICENSE-MIT"
]
}