UNPKG

1.29 kBJSONView Raw
1{
2 "name": "grunt-replace",
3 "description": "Replace text patterns with applause.",
4 "version": "0.9.0",
5 "homepage": "http://github.com/outaTiME/grunt-replace",
6 "author": {
7 "name": "outaTiME",
8 "url": "http://outa.im/"
9 },
10 "repository": {
11 "type": "git",
12 "url": "http://github.com/outaTiME/grunt-replace.git"
13 },
14 "bugs": {
15 "url": "http://github.com/outaTiME/grunt-replace/issues"
16 },
17 "licenses": [
18 {
19 "type": "MIT",
20 "url": "https://github.com/outaTiME/grunt-replace/blob/master/LICENSE-MIT"
21 }
22 ],
23 "engines": {
24 "node": ">=0.10.0"
25 },
26 "scripts": {
27 "release": "scripts/release.sh",
28 "test": "grunt test"
29 },
30 "dependencies": {
31 "chalk": "^1.0.0",
32 "lodash": "^3.1.0",
33 "applause": "0.4.0"
34 },
35 "devDependencies": {
36 "grunt": "^0.4.0",
37 "grunt-contrib-clean": "^0.6.0",
38 "grunt-contrib-jshint": "^0.11.0",
39 "grunt-mocha-test": "^0.12.0",
40 "grunt-contrib-watch": "^0.6.0"
41 },
42 "peerDependencies": {
43 "grunt": ">=0.4.0"
44 },
45 "keywords": [
46 "gruntplugin",
47 "replace",
48 "replacement",
49 "pattern",
50 "patterns",
51 "match",
52 "text",
53 "string",
54 "regex",
55 "regexp",
56 "json",
57 "yaml",
58 "cson",
59 "flatten"
60 ],
61 "files": [
62 "tasks",
63 "LICENSE-MIT"
64 ]
65}