-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
42 lines (42 loc) · 1.01 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
{
"name": "broccoli-templater",
"version": "2.0.2",
"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/stefanpenner/broccoli-templater"
},
"keywords": [
"broccoli-plugin",
"lodash.template"
],
"author": "Stefan Penner <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/stefanpenner/broccoli-templater/issues"
},
"homepage": "https://github.com/stefanpenner/broccoli-templater",
"dependencies": {
"broccoli-plugin": "^1.3.1",
"fs-tree-diff": "^0.5.9",
"lodash.template": "^4.4.0",
"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.*"
}
}