blob: 6ac2f37e6bb980543ad0997b9437d0ebb7a7a3d5 [file] [log] [blame] [raw]
{
"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": {
"body-parser": "1.10.x",
"compression": "1.3.x",
"connect-restreamer": "1.0.x",
"express": "4.11.x",
"fs-extra": "0.8.x",
"http-proxy": "1.8.x",
"lru-cache": "2.5.x",
"morgan": "1.5.x",
"promise": "6.1.x",
"promise-queue": "2.1.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"
}