UNPKG

@djforth/ajax-es6-fp

Version:

Promised Based Ajax Helper - With RoR in mind

59 lines (58 loc) 1.81 kB
{ "name": "@djforth/ajax-es6-fp", "version": "1.5.1", "description": "Promised Based Ajax Helper - With RoR in mind", "main": "index.js", "scripts": { "build": "BABEL_ENV=production babel src -x '.js' -d lib", "build:watch": "babel src -x '.js' -w --source-maps -d lib", "lint": "eslint src/** --fix", "lint:tests": "eslint __tests__/** --fix", "test": "jest --coverage --config jest.config.json", "test:watch": "jest --watch --config jest.config.json" }, "repository": { "type": "git", "url": "git+https://github.com/djforth/ajax-es6-fp.git" }, "keywords": [ "AJAX", "promise", "RubyOnRails" ], "author": "A Stainforth", "license": "MIT", "bugs": { "url": "https://github.com/djforth/ajax-es6-fp/issues" }, "homepage": "https://github.com/djforth/ajax-es6-fp#readme", "devDependencies": { "@djforth/jest-call-helpers": "1.3.0", "@djforth/jest-matchers": "1.4.0", "@djforth/stubs-spy-manager-jest": "1.2.0", "babel-cli": "^6.26.0", "babel-core": "^6.26.0", "babel-eslint": "^8.0.1", "babel-jest": "^21.2.0", "babel-plugin-add-module-exports": "^0.2.1", "babel-plugin-istanbul": "^4.1.3", "babel-plugin-lodash": "^3.2.11", "babel-plugin-rewire": "^1.1.0", "babel-plugin-rewire-ignore-coverage": "^2.0.2", "babel-polyfill": "^6.26.0", "babel-preset-env": "^1.6.0", "babel-preset-minify": "^0.2.0", "eslint": "^4.9.0", "eslint-config-google": "^0.9.1", "eslint-config-morsedigital-jest": "^3.0.3", "eslint-plugin-jest": "^21.2.0", "eslint-plugin-jsx-a11y": "^6.0.2", "eslint-plugin-react": "^7.4.0", "immutable": "^3.8.2", "jest": "^21.2.1", "lodash": "^4.17.4", "moment": "^2.19.1", "sinon": "^4.0.1" }, "dependencies": {} }