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.
35 lines
723 B
JSON
35 lines
723 B
JSON
{
|
|
"name": "gcc-explorer",
|
|
"description": "Interactively investigate compiler output",
|
|
"author": {
|
|
"name": "Matt Godbolt",
|
|
"email": "matt@godbolt.org",
|
|
"url": "http://xania.org"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "mattgodbolt/gcc-explorer"
|
|
},
|
|
"version": "0.0.3",
|
|
"engines": {
|
|
"node": "0.10.x"
|
|
},
|
|
"main": "./app.js",
|
|
"dependencies": {
|
|
"async": "0.9.x",
|
|
"body-parser": "1.10.x",
|
|
"connect": "3.3.x",
|
|
"fs-extra": "0.8.x",
|
|
"lru-cache": "2.5.x",
|
|
"morgan": "1.5.x",
|
|
"nopt": "3.0.x",
|
|
"serve-favicon": "2.2.x",
|
|
"serve-static": "1.8.x",
|
|
"temp": "0.8.x"
|
|
},
|
|
"devDependencies": {
|
|
"supervisor": "0.3.1"
|
|
},
|
|
"license": "BSD-2-Clause"
|
|
}
|