mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 09:23:52 -05:00
23 lines
463 B
JSON
23 lines
463 B
JSON
{
|
|
"author": "Matt Godbolt <matt@godbolt.org>",
|
|
"name": "gcc-explorer",
|
|
"description": "Investigate what on earth GCC does",
|
|
"version": "0.0.2",
|
|
"engines": {
|
|
"node": "0.10.x"
|
|
},
|
|
"main": "./app.js",
|
|
"dependencies": {
|
|
"async": "0.7.x",
|
|
"connect": "2.14.x",
|
|
"fs-extra": "0.8.x",
|
|
"lru-cache": "2.5.x",
|
|
"nopt": "1.0.x",
|
|
"temp": "0.7.x"
|
|
},
|
|
"devDependencies": {
|
|
"supervisor": "0.3.1"
|
|
},
|
|
"license": "BSD-2-Clause"
|
|
}
|