UNPKG

735 BJSONView Raw
1{
2 "name": "@glimmer/resolution-map-builder",
3 "version": "0.3.5",
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 "walk-sync": "^0.3.1"
21 },
22 "devDependencies": {
23 "broccoli-test-helper": "^1.1.0",
24 "chai": "^3.5.0",
25 "co": "^4.6.0",
26 "mocha": "^3.2.0",
27 "mocha-eslint": "^3.0.1"
28 }
29}