UNPKG

693 BJSONView Raw
1{
2 "name": "@glimmer/resolution-map-builder",
3 "version": "0.3.2",
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": "index.js",
12 "scripts": {
13 "test": "mocha"
14 },
15 "keywords": [
16 "broccoli-plugin"
17 ],
18 "dependencies": {
19 "broccoli-plugin": "^1.3.0",
20 "walk-sync": "^0.3.1"
21 },
22 "devDependencies": {
23 "broccoli-fixture": "^1.0.0",
24 "broccoli-funnel": "^1.1.0",
25 "chai": "^3.5.0",
26 "mocha": "^3.2.0"
27 }
28}