fable-aether
Version:
Xyncro/Aether build for Fable.
25 lines (24 loc) • 486 B
JSON
{
"name": "fable-aether",
"version": "0.1.1",
"description": "Xyncro/Aether build for Fable.",
"repository": {
"type": "git",
"url": "git://github.com/et1975/fable-aether.git"
},
"scripts": {
"build": "node node_modules/fable-compiler",
"package": "node build.js"
},
"keywords": [
"F#",
"Fable",
"Optics"
],
"author": "Xyncro",
"license": "MIT",
"devDependencies": {
"fable-compiler": "^0.7.16",
"fable-core": "^0.7.11"
}
}