forked from stefanpenner/broccoli-templater
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.03 KB
/
package.json
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": "@gorner/broccoli-templater",
"version": "2.0.3",
"description": "easily use lodash templates to template many files",
"main": "index.js",
"scripts": {
"test": "mocha tests",
"test:debug": "mocha debug tests"
},
"repository": {
"type": "git",
"url": "https://github.com/gorner/broccoli-templater"
},
"keywords": [
"broccoli-plugin",
"lodash"
],
"author": "Stefan Penner <[email protected]>",
"contributors": [
"Joshua Gorner"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/gorner/broccoli-templater/issues"
},
"homepage": "https://github.com/gorner/broccoli-templater",
"dependencies": {
"broccoli-plugin": "^1.3.1",
"fs-tree-diff": "^0.5.9",
"lodash": "^4.17.21",
"rimraf": "^2.6.2",
"walk-sync": "^0.3.3"
},
"devDependencies": {
"broccoli": "^1.1.4",
"broccoli-test-helper": "^1.5.0",
"chai": "^4.1.2",
"chai-fs": "^2.0.0",
"co": "^4.6.0",
"mocha": "^5.2.0"
},
"engines": {
"node": "6.* || >= 8.*"
}
}