flyd-ajax
Version:
Functional reactive ajax client
38 lines (37 loc) • 978 B
JSON
{
"name": "flyd-ajax",
"version": "0.2.0",
"description": "Functional reactive ajax client",
"main": "index.js",
"scripts": {
"build": "babel index.es6 > index.js; babel mock.es6 > mock.js",
"test": "node test/server.js & zuul --local 8888 --ui mocha-qunit -- test",
"test_server": "node test/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jayrbolton/flyd-ajax.git"
},
"keywords": [
"flyd",
"ajax"
],
"author": "jay r bolton <jayrbolton@gmail.com> (http://jayrbolton.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/jayrbolton/flyd-ajax/issues"
},
"homepage": "https://github.com/jayrbolton/flyd-ajax#readme",
"dependencies": {
"flyd": "0.2.2",
"ramda": "0.21.0"
},
"devDependencies": {
"babel": "6.5.2",
"babel-cli": "6.18.0",
"babel-preset-es2015": "6.13.2",
"babelify": "7.3.0",
"httpdispatcher": "1.0.0",
"xhr-mock": "1.6.0"
}
}