elm-basic-compile
Version:
elm-compiler built with GHCJS and wrapped in a simple interface
29 lines (28 loc) • 662 B
JSON
{
"name": "elm-basic-compile",
"version": "0.0.103",
"description": "elm-compiler built with GHCJS and wrapped in a simple interface",
"main": "index.js",
"scripts": {
"test":"node tests/link-program.js",
"build":"make"
},
"keywords":[
"elm",
"elm-compiler",
"ghcjs"
],
"author": "art yerkes <art.yerkes@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/prozacchiwawa/elm-basic-compile/issues"
},
"dependencies": {
"btoa": "^1.1.2",
"logic-solver": "^2.0.1",
"node-localstorage": "^1.3.0",
"q": "^1.4.1",
"semver": "^5.3.0",
"xmlhttprequest": "^1.8.0"
}
}