You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
{
|
|
|
|
"name": "compiler-explorer",
|
|
|
|
"description": "Interactively investigate compiler output",
|
|
|
|
"main": "./app.js",
|
|
|
|
"authors": [
|
|
|
|
"Matt Godbolt"
|
|
|
|
],
|
|
|
|
"license": "BSD-2-Clause",
|
|
|
|
"homepage": "https://github.com/mattgodbolt/compiler-explorer",
|
|
|
|
"private": true,
|
|
|
|
"ignore": [
|
|
|
|
"**/.*",
|
|
|
|
"node_modules",
|
|
|
|
"bower_components",
|
|
|
|
"test",
|
|
|
|
"tests"
|
|
|
|
],
|
|
|
|
"dependencies": {
|
|
|
|
"codemirror": "^5.19.0",
|
|
|
|
"requirejs": "^2.3.2",
|
|
|
|
"underscore": "^1.8.3",
|
|
|
|
"golden-layout": "^1.5.6",
|
|
|
|
"jquery": "^3.1.1",
|
|
|
|
"bootstrap": "^3.3.7",
|
|
|
|
"selectize": "^0.12.2",
|
|
|
|
"eventEmitter": "^5.1.0",
|
|
|
|
"lz-string": "^1.4.4",
|
|
|
|
"clipboard": "^1.5.12",
|
|
|
|
"raven-js": "^3.7.0",
|
|
|
|
"es6-promise": "^4.0.5",
|
|
|
|
"lru-cache": "2.7.3"
|
|
|
|
}
|
|
|
|
}
|