bluejax
Version:
jQuery AJAX wrapped in Bluebird promises.
76 lines (75 loc) • 1.88 kB
JSON
{
"name": "bluejax",
"description": "jQuery AJAX wrapped in Bluebird promises.",
"version": "1.1.0",
"versionedSources": "index.js",
"keywords": [
"AJAX",
"Promise",
"jQuery",
"Bluebird"
],
"author": "Louis-Dominique Dubeau <ldd@lddubeau.com>",
"repository": {
"type": "git",
"url": "https://github.com/lddubeau/bluejax.git"
},
"bugs": "https://github.com/lddubeau/bluejax/issues",
"license": "MPL-2.0",
"files": [
"dist",
"index.js"
],
"main": "./index.js",
"dependencies": {
"bluebird": "^3.2.2",
"jquery": ">=1.9 <4",
"bluejax.try": "^1.0.0"
},
"devDependencies": {
"argparse": "^1.0.7",
"babel-core": "^6.4.0",
"babel-plugin-transform-es2015-modules-amd": "^6.8.0",
"babel-polyfill": "^6.9.0",
"babel-preset-es2015": "^6.3.3",
"bluebird": "^3.4.6",
"chai": "^3",
"chai-as-promised": "^5.3.0",
"del": "^2.2.0",
"eslint": "^3.0.0",
"eslint-config-lddubeau-base": "^1.0.3",
"fs-extra": "^0.30.0",
"gulp": "^3.9.1",
"gulp-debug": "^2.1.0",
"gulp-eslint": "^3.0.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.7",
"istanbul": "^1.0.0-alpha.2",
"jsdom": "^8",
"karma": "^1.3.0",
"karma-babel-preprocessor": "^6.0.1",
"karma-browserstack-launcher": "^1.0.1",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^1.0.1",
"karma-coverage": "^1.1.1",
"karma-firefox-launcher": "^1.0.0",
"karma-mocha": "^1.0.1",
"karma-requirejs": "^1.0.0",
"lodash": "^4.16.2",
"mocha": ">=2.0.1 <2.4.0",
"mockery": "^1.7.0",
"pre-commit": "^1.1.3",
"requirejs": "^2.1.15",
"semver-sync": "^1.2.0",
"sinon": "^1.11.1"
},
"scripts": {
"test": "gulp test",
"lint": "gulp lint"
},
"pre-commit": [
"lint"
]
}