-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.39 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": "page-info-js",
"homepage": "https://github.com/Maykonn/page-info-js",
"description": "Gather information about the DOM, Loading Time, Errors, Mutations, and more (with Custom Callbacks) with Javascript.",
"keywords": [
"javascript",
"analytics",
"dom",
"loading",
"time",
"errors",
"callback",
"pageinfojs",
"pageinfo",
"frontend",
"backend",
"js",
"gz"
],
"author": "Maykonn Welington Candido <maykonn@outlook.com> (https://github.com/Maykonn)",
"repository": {
"type": "git",
"url": "https://github.com/Maykonn/page-info-js"
},
"dependencies": {
"es6-shim": "^0.35.3",
"mutation-observer": "^1.0.3"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"body-parser": "^1.18.2",
"clean-webpack-plugin": "^0.1.17",
"compression-webpack-plugin": "^1.1.3",
"express": "^4.16.2",
"json-loader": "^0.5.7",
"path": "^0.12.7",
"webpack": "^3.10.0",
"webpack-bundle-analyzer": "^2.9.2",
"webpack-dev-middleware": "^2.0.4",
"webpack-dev-server": "^2.9.7",
"webpack-merge": "^4.1.1"
},
"main": "./dist/PageInfo.js",
"scripts": {
"start": "webpack-dev-server --config webpack.dev.config.js --open",
"build": "webpack --config webpack.prod.config.js --progress"
},
"license": "MIT",
"version": "2.3.6"
}