UNPKG

syncromatics-track-api

Version:
69 lines (68 loc) 2.14 kB
{ "name": "syncromatics-track-api", "version": "3.36.0", "description": "Library to interact with the Syncromatics Track API", "main": "dist/index.js", "scripts": { "serve:docs": "documentation serve -f html -w src/index.js", "build:docs": "documentation build -f html -o .build/docs src/index.js", "test:local": "karma start", "test": "karma start --single-run --fail-on-empty-test-suite", "prepublish": "webpack", "semantic-release": "semantic-release" }, "keywords": [ "syncromatics", "track", "api" ], "author": "Apps team at Syncromatics", "license": "MIT", "devDependencies": { "babel-cli": "^6.18.0", "babel-core": "^6.26.0", "babel-loader": "^6.2.7", "babel-polyfill": "^6.20.0", "babel-preset-es2015": "^6.18.0", "babel-preset-es2015-webpack": "^6.4.3", "babel-preset-stage-0": "^6.22.0", "chai": "^3.5.0", "chai-as-promised": "^6.0.0", "documentation": "^4.0.0-beta.18", "eslint": "^4.18.2", "eslint-config-airbnb-base": "^11.0.1", "eslint-config-prettier": "^7.1.0", "eslint-loader": "^1.6.0", "eslint-plugin-import": "^2.2.0", "fetch-mock": "^5.8.1", "karma": "^1.3.0", "karma-cli": "^1.0.1", "karma-mocha": "^1.2.0", "karma-mocha-reporter": "^2.2.0", "karma-chrome-launcher": "^3.1.0", "karma-sourcemap-loader": "^0.3.7", "karma-teamcity-reporter": "^1.0.0", "karma-webpack": "^1.8.0", "mocha": "^3.2.0", "mock-socket": "^7.0.0", "semantic-release": "^17.2.4", "webpack": "^1.13.3", "whatwg-fetch": "^2.0.3" }, "dependencies": { "base-64": "^1.0.0", "isomorphic-fetch": "^2.2.1", "parse-link-header": "^0.4.1", "qs": "^6.3.0", "url": "^0.11.0", "uuid": "^3.3.2" }, "repository": { "type": "git", "url": "https://github.com/syncromatics/syncromatics-track-api.git" }, "bugs": { "url": "https://github.com/syncromatics/syncromatics-track-api/issues" }, "homepage": "https://github.com/syncromatics/syncromatics-track-api#readme" }