-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.51 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
{
"name": "ld-embed",
"version": "1.0.3",
"description": "Web exception moniter",
"main": "src/index.js",
"homepage": "https://github.com/Akira0705/ld-embed",
"files": [
"src",
"README.md",
"LICENCE",
"LdEmbed.js",
"LdEmbed.min.js"
],
"keywords": [
"error",
"exception",
"logger",
"moniter"
],
"author": "Akira0705 <[email protected]>",
"contributors": [],
"bugs": {
"url": "https://github.com/Akira0705/ld-embed/issues"
},
"repository": {
"type": "git",
"url": "[email protected]:Akira0705/ld-embed.git"
},
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/register": "^7.0.0",
"babel-eslint": "^10.0.1",
"babel-plugin-add-module-exports": "^1.0.0",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.11.0",
"mocha": "^5.1.1",
"nyc": "^14.1.0",
"rimraf": "^3.0.0",
"rollup": "^0.43.0",
"rollup-plugin-babel": "^4.0.1",
"uglify-js": "^3.0.19"
},
"scripts": {
"git": "git add . && git commit -m && npm version patch && npm run build",
"git:push": "git push --all && npm publish",
"minify": "uglifyjs LdEmbed.js -o LdEmbed.min.js --compress --mangle --comments /Copyright/",
"build": "node --require @babel/register build-browser && npm run minify"
},
"engines": {
"node": ">= 6.0.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"license": "MIT"
}