blob: 2cde3149339b9ae4f604532ddea1f8dea6782d0d [file] [log] [blame] [raw]
{
"name": "compiler-explorer",
"description": "Interactively investigate compiler output",
"author": {
"name": "Matt Godbolt",
"email": "matt@godbolt.org",
"url": "http://xania.org"
},
"repository": {
"type": "git",
"url": "mattgodbolt/compiler-explorer"
},
"version": "0.0.3",
"engines": {
"node": "8"
},
"main": "./app.js",
"dependencies": {
"aws-sdk": "*",
"body-parser": "1.14.x",
"compiler-opt-info": "0.0.4",
"compression": "1.6.x",
"express": "4.13.x",
"fs-extra": "0.26.x",
"http-proxy": "1.12.x",
"lru-cache": "4.1.1",
"monaco-editor": "0.10.1",
"morgan": "1.6.x",
"newrelic": "^2.4.1",
"nopt": "3.0.x",
"promise": "7.0.x",
"promise-queue": "2.2.3",
"pug": "^2.0.0-beta11",
"raven": "^2.2.1",
"serve-favicon": "2.3.x",
"shell-quote": "1.6.x",
"temp": "0.8.x",
"tree-kill": "1.1.x",
"underscore-node": "*",
"winston": "2.2.x"
},
"devDependencies": {
"aws-sdk-mock": "^1.7.0",
"bower": "*",
"chai": "3.5.x",
"chai-as-promised": "^7.1.1",
"chai-http": "^3.0.0",
"codecov": "^3.0.0",
"istanbul": "^0.4.5",
"jshint": "^2.9.5",
"mocha": "^3.3.0",
"nock": "^9.1.4",
"requirejs": "*",
"supervisor": "*",
"uglify-js": "*"
},
"scripts": {
"test": "mocha --recursive && make test",
"codecov": "istanbul cover ./node_modules/mocha/bin/_mocha --recursive --report lcovonly -- -R spec && codecov",
"coverage": "istanbul cover ./node_modules/mocha/bin/_mocha --recursive --report lcovonly -- -R spec",
"localcoverage": "istanbul cover ./node_modules/mocha/bin/_mocha --recursive --report html -- -R spec"
},
"license": "BSD-2-Clause"
}