blob: 0d0419a6590b0ac7dd43c7299a2927db1599645d [file] [log] [blame] [raw]
{
"name": "gcc-explorer",
"description": "Interactively investigate compiler output",
"main": "./app.js",
"authors": [
"Matt Godbolt"
],
"license": "BSD-2-Clause",
"homepage": "https://github.com/mattgodbolt/gcc-explorer",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"codemirror": "CodeMirror#^5.17.0",
"requirejs": "^2.2.0",
"underscore": "^1.8.3",
"golden-layout": "^1.5.1",
"jquery": "^3.1.0",
"bootstrap": "^3.3.7"
}
}