UNPKG

794 BJSONView Raw
1{
2 "name": "@glimmer/resolution-map-builder",
3 "version": "0.5.0",
4 "description": "Broccoli plugin for building a resolution map compatible with the @glimmerjs/resolver.",
5 "contributors": [
6 "Dan Gebhardt <dan@cerebris.com>",
7 "Tom Dale <tom@tomdale.net>"
8 ],
9 "repository": "https://github.com/glimmerjs/resolution-map-builder",
10 "license": "MIT",
11 "main": "lib/index.js",
12 "types": "lib/index.d.ts",
13 "scripts": {
14 "test": "mocha test --recursive"
15 },
16 "keywords": [
17 "broccoli-plugin"
18 ],
19 "dependencies": {
20 "broccoli-plugin": "^1.3.0",
21 "silent-error": "^1.0.1",
22 "walk-sync": "^0.3.1"
23 },
24 "devDependencies": {
25 "broccoli-test-helper": "^1.1.0",
26 "chai": "^3.5.0",
27 "co": "^4.6.0",
28 "mocha": "^3.2.0",
29 "mocha-eslint": "^3.0.1"
30 }
31}