forked from stefanpenner/fs-tree-diff
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.18 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
47
48
49
{
"name": "fs-tree-diff",
"version": "0.5.6",
"description": "Backs out file tree changes",
"main": "lib/index.js",
"files": [
"lib"
],
"scripts": {
"test": "mocha --recursive tests/",
"test:debug": "mocha --recursive debug tests/"
},
"keywords": [
"broccoli"
],
"author": "Stefan Penner, David J. Hamilton, Chad Hietala",
"license": "MIT",
"dependencies": {
"exists-sync": "^0.0.4",
"fast-ordered-set": "^1.0.2",
"fixturify": "^0.3.2",
"heimdalljs-logger": "^0.1.7",
"lodash.merge": "^4.6.0",
"matcher-collection": "^1.0.4",
"md5hex": "^1.0.0",
"minimatch": "^3.0.3",
"object-assign": "^4.1.0",
"path-posix": "^1.0.0",
"rimraf": "^2.5.4",
"symlink-or-copy": "^1.1.8",
"walk-sync": "^0.3.1"
},
"devDependencies": {
"broccoli-builder": "^0.18.0",
"broccoli-fixturify": "^0.3.0",
"broccoli-plugin": "^1.2.2",
"chai": "^3.3.0",
"common-tags": "^1.4.0",
"fs-extra": "^1.0.0",
"md5sum": "^0.9.0",
"mocha": "^2.3.3",
"promise-map-series": "^0.2.3",
"rsvp": "^3.2.1"
},
"repository": {
"type": "git",
"url": "git://github.com/stefanpenner/fs-tree-diff.git"
}
}