forked from hjdivad/broccoli-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 882 Bytes
/
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
{
"name": "broccoli-plugin",
"description": "Base class for all Broccoli plugins",
"version": "1.3.0",
"author": "Jo Liss <[email protected]>",
"main": "index.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/broccolijs/broccoli-plugin"
},
"keywords": [
"broccoli-plugin"
],
"scripts": {
"pretest": "multidep test/multidep.json",
"test": "mocha"
},
"dependencies": {
"fs-tree-diff": "stefanpenner/fs-tree-diff#fs-tree-facade",
"promise-map-series": "^0.2.1",
"quick-temp": "^0.1.3",
"rimraf": "^2.3.4",
"symlink-or-copy": "^1.1.8"
},
"devDependencies": {
"broccoli-fixturify": "^0.2.0",
"chai": "^2.3.0",
"chai-as-promised": "^5.0.0",
"fixturify": "^0.2.0",
"mocha": "^2.2.5",
"mocha-jshint": "^2.2.3",
"multidep": "^2.0.0",
"rsvp": "^3.3.3"
}
}