blob: 8d9d03577a2a23cfbc45da92c48ae66471e20a90 [file] [log] [blame] [raw]
{
"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": {
"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.10.0",
"es6-promise": "^4.0.5",
"lru-cache": "2.7.3",
"seiyria-bootstrap-slider": "9.7.x"
}
}