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.
23 lines
471 B
JSON
23 lines
471 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": {
|
|
"connect": "2.3.x",
|
|
"async": "0.1.x",
|
|
"nopt": "1.0.x",
|
|
"temp": "0.4.x",
|
|
"ffi": "1.0.x",
|
|
"lru-cache": "2.2.x"
|
|
},
|
|
"devDependencies": {
|
|
"supervisor": "0.3.1"
|
|
},
|
|
"license": "BSD-2-Clause"
|
|
}
|