-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 794 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 794 Bytes
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
{
"name": "@glimmer/resolution-map-builder",
"version": "0.5.1",
"description": "Broccoli plugin for building a resolution map compatible with the @glimmerjs/resolver.",
"contributors": [
"Dan Gebhardt <dan@cerebris.com>",
"Tom Dale <tom@tomdale.net>"
],
"repository": "https://github.com/glimmerjs/resolution-map-builder",
"license": "MIT",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"test": "mocha test --recursive"
},
"keywords": [
"broccoli-plugin"
],
"dependencies": {
"broccoli-plugin": "^1.3.0",
"silent-error": "^1.0.1",
"walk-sync": "^0.3.1"
},
"devDependencies": {
"broccoli-test-helper": "^1.1.0",
"chai": "^3.5.0",
"co": "^4.6.0",
"mocha": "^3.2.0",
"mocha-eslint": "^3.0.1"
}
}