UNPKG

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