UNPKG

765 BJSONView Raw
1{
2 "name": "@glimmer/resolution-map-builder",
3 "version": "0.3.8",
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 "scripts": {
13 "test": "mocha test --recursive"
14 },
15 "keywords": [
16 "broccoli-plugin"
17 ],
18 "dependencies": {
19 "broccoli-plugin": "^1.3.0",
20 "silent-error": "^1.0.1",
21 "walk-sync": "^0.3.1"
22 },
23 "devDependencies": {
24 "broccoli-test-helper": "^1.1.0",
25 "chai": "^3.5.0",
26 "co": "^4.6.0",
27 "mocha": "^3.2.0",
28 "mocha-eslint": "^3.0.1"
29 }
30}