{ "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": { "aws-sdk": "*", "body-parser": "1.14.x", "compression": "1.6.x", "express": "4.13.x", "fs-extra": "0.26.x", "http-proxy": "1.12.x", "lru-cache": "2.7.x", "morgan": "1.6.x", "promise": "7.0.x", "promise-queue": "2.1.x", "nopt": "3.0.x", "serve-favicon": "2.3.x", "serve-static": "1.10.x", "temp": "0.8.x", "underscore-node": "*", "shell-quote": "1.6.x" }, "devDependencies": { "supervisor": "*", "bower": "*", "requirejs": "*" }, "scripts": { "test": "make test" }, "license": "BSD-2-Clause" }