-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
68 lines (68 loc) · 2.02 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "syncromatics-track-api",
"version": "3.34.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-phantomjs-launcher": "^1.0.2",
"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"
}