An editor for Microsoft Adaptive Cards that supports the new templating language and DOESN'T use JavaScript, because JavaScript isn't a real programming language.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

37 lines
969 B

{
"name": "monaco-editor",
"private": false,
"version": "0.13.0",
"description": "A browser based code editor",
"author": "Microsoft Corporation",
"license": "MIT",
"scripts": {
"simpleserver": "gulp simpleserver",
"release": "gulp release",
"website": "gulp website"
},
"typings": "./esm/vs/editor/editor.api.d.ts",
"module": "./esm/vs/editor/editor.main.js",
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/monaco-editor"
},
"devDependencies": {
"clean-css": "^4.1.11",
"event-stream": "^3.3.4",
"gulp": "^3.9.1",
"gulp-typedoc": "^2.0.0",
"http-server": "^0.11.1",
"monaco-css": "2.1.1",
"monaco-editor-core": "0.13.1",
"monaco-html": "2.1.1",
"monaco-json": "2.1.1",
"monaco-languages": "1.3.1",
"monaco-typescript": "3.1.0",
"rimraf": "^2.6.2",
"typedoc": "^0.11.1",
"typescript": "^2.8.3",
"uncss": "^0.16.2",
"vinyl": "^0.5.3"
}
}