fus-ext
Version:
FutureScript Extension
33 lines (32 loc) • 906 B
JSON
{
"name": "fus-ext",
"version": "1.14.0",
"description": "FutureScript Extension",
"keywords": [
"futurescript", "fus",
"event", "timer", "observer", "observe", "binding",
"array", "math", "complex",
"request", "http", "promise",
"array extensions", "array extension",
"complex math", "complex number",
"http request", "web request",
"data binding"
],
"author": "Zhenzhen Zhan <zhanzhenzhen@hotmail.com>",
"homepage": "https://futurescript.org/",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/zhanzhenzhen/fus-ext.git"
},
"dependencies": {
},
"devDependencies": {
"babel-cli": "6.x",
"babel-plugin-transform-es2015-modules-commonjs": "6.x"
},
"engines": {
"node": ">=10.0.0"
},
"main": "./target/main"
}