pulumi/lib/mu/package.json
joeduffy e731229901 Make the Mu library a Node package; get it compiling
This change morphs the Mu library into a Node package and gets it
compiling against the latest AWS library and SDK changes.
2016-12-12 17:56:13 -08:00

6 lines
85 B
JSON

{
"name": "mufx",
"main": "bin/index.js",
"typings": "bin/index.d.ts"
}