-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
40 lines (40 loc) · 938 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
37
38
39
40
{
"name": "broccoli-debug",
"version": "0.6.5",
"description": "Enable easy debugging of broccoli pipelines with broccoli-debug!",
"main": "src/index.js",
"scripts": {
"test": "qunit tests/**/*-test.js",
"test:lint": "qunit tests/lint-test.js"
},
"keywords": [
"broccoli",
"plugin"
],
"author": "Robert Jackson <[email protected]>",
"license": "MIT",
"repostory": {},
"repository": {
"type": "git",
"url": "https://github.com/broccolijs/broccoli-debug.git"
},
"homepage": "",
"files": [
"src/"
],
"devDependencies": {
"broccoli-test-helper": "^1.1.0",
"co": "^4.6.0",
"qunit-eslint": "^1.0.0",
"qunitjs": "^2.4.0"
},
"dependencies": {
"broccoli-plugin": "^1.2.1",
"broccoli-source": "^1.1.0",
"fs-tree-diff": "^0.5.2",
"heimdalljs": "^0.2.1",
"heimdalljs-logger": "^0.1.7",
"symlink-or-copy": "^1.1.8",
"tree-sync": "^1.2.2"
}
}