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.
36 lines
905 B
36 lines
905 B
{ |
|
"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.9", |
|
"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", |
|
"big-integer": "https://github.com/peterolson/BigInteger.js.git#^1.6.22", |
|
"file-saver": "filesaver#^1.3.3", |
|
"vis": "4.20.1" |
|
} |
|
}
|
|
|