21 lines
341 B
JSON
21 lines
341 B
JSON
{
|
|
"name": "Monaco",
|
|
"authors": [
|
|
"Marcus Gosselin <marcus13345@live.com>"
|
|
],
|
|
"description": "",
|
|
"main": "",
|
|
"license": "MIT",
|
|
"homepage": "",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
],
|
|
"dependencies": {
|
|
"monaco-editor": "PolymerVis/monaco-editor#^2.0.4"
|
|
}
|
|
}
|