forked from broccolijs/broccoli-merge-trees
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.04 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
46
{
"name": "broccoli-merge-trees",
"description": "Broccoli plugin to merge multiple trees into one",
"version": "1.2.1",
"author": "Jo Liss <[email protected]>",
"main": "index.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/broccolijs/broccoli-merge-trees"
},
"keywords": [
"broccoli-plugin",
"merge",
"copy"
],
"files": [
"index.js",
"entry.js"
],
"dependencies": {
"broccoli-plugin": "^1.3.0",
"can-symlink": "^1.0.0",
"fast-ordered-set": "^1.0.2",
"fs-tree-diff": "^0.5.4",
"heimdalljs": "^0.2.1",
"heimdalljs-logger": "^0.1.7",
"rimraf": "^2.4.3",
"symlink-or-copy": "^1.0.0"
},
"devDependencies": {
"broccoli-builder": "^0.18.0",
"broccoli-fixture": "^0.1.0",
"chai": "^3.4.0",
"chai-as-promised": "^5.1.0",
"chai-files": "^1.4.0",
"fixturify": "^0.3.1",
"fs-extra": "^1.0.0",
"mocha": "^2.3.3",
"mocha-jshint": "^2.2.5"
},
"scripts": {
"test": "mocha",
"test:debug": "mocha debug"
}
}