six
Version:
JavaScript you can bet on.
37 lines (36 loc) • 998 B
JSON
{
"name" : "six",
"description" : "JavaScript you can bet on.",
"keywords" : ["javascript", "language", "six", "compiler"],
"author" : "Matthew Robb",
"version" : "0.0.12",
"licenses": [{
"type" : "MIT",
"url" : "https://raw.github.com/matthewrobb/six/master/LICENSE"
}],
"main" : "./lib/six",
"bin": {
"sake" : "./bin/sake",
"six" : "./bin/six"
},
"homepage" : "http://sixlang.org",
"bugs" : "https://github.com/matthewrobb/six/issues",
"repository": {
"type" : "git",
"url" : "git://github.com/matthewrobb/six.git"
},
"dependencies": {
"esprima-six-jpike": "1.1.1-dev-harmony",
"escodegen": "0.0.15"
},
"devDependencies" : {
"mocha" : "",
"chai" : "",
"should" : "",
"cover" : "",
"dot" : ""
},
"scripts": {
"test": "node node_modules/mocha/bin/mocha"
}
}