broccoli-config-replace
Version:
Simple templating using a config.json and regex patterns
42 lines (41 loc) • 1.01 kB
JSON
{
"name": "broccoli-config-replace",
"version": "1.1.2",
"description": "Simple templating using a config.json and regex patterns",
"main": "index.js",
"scripts": {
"test": "mocha",
"test:debug": "mocha debug"
},
"repository": {
"type": "git",
"url": "https://github.com/ember-cli/broccoli-config-replace"
},
"keywords": [
"broccoli",
"broccoli-plugin",
"config",
"ember-cli",
"javascript",
"template",
"js"
],
"author": "yaymukund <yaymukund+broccoli-config-replace@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ember-cli/broccoli-config-replace/issues"
},
"homepage": "https://github.com/ember-cli/broccoli-config-replace#readme",
"dependencies": {
"broccoli-kitchen-sink-helpers": "^0.3.1",
"broccoli-plugin": "^1.2.0",
"debug": "^2.2.0",
"fs-extra": "^0.24.0"
},
"devDependencies": {
"broccoli": "^0.16.8",
"chai": "^3.4.1",
"mocha": "^2.3.3",
"tmp-sync": "^1.1.0"
}
}