12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- {
- "name": "grunt-replace",
- "description": "Replace text patterns with applause.",
- "version": "0.8.0",
- "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.5.0",
- "applause": "0.3.4"
- },
- "devDependencies": {
- "grunt": "^0.4.0",
- "grunt-contrib-clean": "^0.6.0",
- "grunt-contrib-jshint": "^0.10.0",
- "grunt-mocha-test": "^0.12.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"
- ],
- "__npminstall_done": true,
- "_from": "grunt-replace@0.8.0",
- "_resolved": "https://registry.npmmirror.com/grunt-replace/-/grunt-replace-0.8.0.tgz"
- }
|