trooba-xhr-transport
Version:
AJAX/XHR transport for trooba pipeline
52 lines (51 loc) • 1.27 kB
JSON
{
"name": "trooba-xhr-transport",
"version": "2.0.2",
"description": "AJAX/XHR transport for trooba pipeline",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "./node_modules/mocha/bin/mocha test",
"test-coverage": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha -- -R spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/trooba/trooba-xhr-transport.git"
},
"keywords": [
"ajax",
"trooba",
"service",
"rest",
"xhr"
],
"author": "Dmytro Semenov <dimichsdg@yahoo.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/trooba/trooba-xhr-transport/issues"
},
"homepage": "https://github.com/trooba/trooba-xhr-transport#readme",
"devDependencies": {
"app-module-path": "^2.1.0",
"async": "^2.1.2",
"body-parser": "^1.15.2",
"express": "^4.14.0",
"istanbul": "^0.4.5",
"lasso": "^2.8.1",
"lasso-marko": "^2.0.7",
"marko": "^2.11.0",
"marko-widgets": "^5.3.7",
"mocha": "^3.1.2",
"shelljs": "^0.7.5",
"sinon": "^1.17.6",
"supertest": "^2.0.1",
"trooba": "^2",
"zombie": "^5.0.4"
},
"dependencies": {
"jsonpipe": "^2.1.1",
"trooba-http-api": "^2"
}
}