UNPKG

732 BJSONView Raw
1{
2 "name": "grunt-text-replace",
3 "description": "General purpose text-replacement for grunt",
4 "version": "0.2.1",
5 "author": "Jonathan Holmes",
6 "repository": {
7 "type": "git",
8 "url": "https://github.com/yoniholmes/grunt-text-replace.git"
9 },
10 "bugs": {
11 "url": "https://github.com/yoniholmes/grunt-text-replace/issues"
12 },
13 "licenses": [
14 {
15 "type": "MIT",
16 "url": "LICENSE-MIT"
17 }
18 ],
19 "main": "grunt.js",
20 "bin": "bin/grunt-text-replace",
21 "engines": {
22 "node": "*"
23 },
24 "scripts": {
25 "test": "grunt test --force"
26 },
27 "devDependencies": {
28 "grunt": "~0.3.17"
29 },
30 "keywords": [
31 "gruntplugin",
32 "replace",
33 "text",
34 "string",
35 "regex",
36 "function"
37 ]
38}