-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
52 lines (52 loc) · 1.78 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
{
"name": "statful-client-javascript",
"version": "2.2.3",
"description": "Statful client for Javascript applications",
"banner": "/**\n* <%= pkg.name %> <%= pkg.version %>\n* Copyright 2018 Statful <https://www.statful.com/>\n*/\n",
"scripts": {
"build": "webpack -p --progress --mode production --config webpack.config.umd.js && webpack -p --progress --mode production --config webpack.config.iife.js",
"eslint": "eslint .",
"karma": "karma start --single-run",
"test": "npm run eslint && npm run karma"
},
"repository": {
"type": "git",
"url": "git+https://github.com/statful/statful-client-javascript.git"
},
"author": "Jose Tavares <jose.tavares@mindera.com>",
"license": "MIT",
"main": "dist/statful.min.js",
"browser": "dist/statful.umd.min.js",
"bugs": {
"url": "https://github.com/statful/statful-client-javascript/issues"
},
"homepage": "https://github.com/statful/statful-client-javascript#readme",
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/polyfill": "^7.4.4",
"@babel/preset-env": "^7.4.5",
"babel-loader": "^8.0.6",
"babel-plugin-add-module-exports": "^1.0.2",
"babel-plugin-transform-object-assign": "^6.22.0",
"eslint": "^5.16.0",
"istanbul-instrumenter-loader": "^3.0.1",
"jasmine-ajax": "^4.0.0",
"jasmine-core": "^3.4.0",
"jsdom": "^15.1.1",
"karma": "^6.3.2",
"karma-coverage": "^2.0.2",
"karma-coverage-istanbul-reporter": "^2.0.5",
"karma-jasmine": "^2.0.1",
"karma-jsdom-launcher": "^7.1.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^4.0.0-rc.6",
"request": "^2.88.0",
"usertiming": "^0.1.8",
"webpack": "^4.32.2",
"webpack-cli": "^3.3.11",
"webpack-merge": "^4.2.1"
},
"dependencies": {
"ssri": "^6.0.2"
}
}