-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.17 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.17 KB
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
{
"name": "broccoli-config-replace",
"version": "1.1.3",
"description": "Simple templating using a config.json and regex patterns",
"keywords": [
"broccoli",
"broccoli-plugin",
"config",
"ember-cli",
"javascript",
"template",
"js"
],
"homepage": "https://github.com/ember-cli/broccoli-config-replace#readme",
"bugs": {
"url": "https://github.com/ember-cli/broccoli-config-replace/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/ember-cli/broccoli-config-replace"
},
"license": "MIT",
"author": "yaymukund <yaymukund+broccoli-config-replace@gmail.com>",
"main": "index.js",
"files": [
"index.js"
],
"scripts": {
"test": "mocha",
"test:debug": "mocha debug"
},
"dependencies": {
"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",
"release-plan": "^0.17.4",
"tmp-sync": "^1.1.0"
},
"packageManager": "pnpm@10.30.0+sha512.2b5753de015d480eeb88f5b5b61e0051f05b4301808a82ec8b840c9d2adf7748eb352c83f5c1593ca703ff1017295bc3fdd3119abb9686efc96b9fcb18200937"
}