-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.21 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.21 KB
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
{
"name": "statful-browser-plugin",
"version": "1.0.5",
"description": "Statful Browser Plugin",
"main": "dist/statful-browser-plugin.min.js",
"browser": "dist/statful-browser-plugin.umd.min.js",
"scripts": {
"eslint": "eslint .",
"test": "npm run eslint && jest --coverage",
"build": "webpack -p --progress --mode production --config webpack.config.umd.js && webpack -p --progress --mode production --config webpack.config.iife.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/statful/statful-browser-plugin.git"
},
"author": "Jose Tavares <jose.tavares@mindera.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/statful/statful-browser-plugin/issues"
},
"homepage": "https://github.com/statful/statful-browser-plugin#readme",
"dependencies": {
"bowser": "^2.0.0-beta.3"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.2.0",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^24.8.0",
"babel-loader": "^8.0.4",
"babel-plugin-add-module-exports": "^1.0.2",
"eslint": "^5.10.0",
"eslint-plugin-jest": "^22.1.2",
"jest": "^24.8.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
}
}