UNPKG

1.65 kBJSONView Raw
1{
2 "name": "loglevel-plugin-prefix",
3 "description": "Plugin for loglevel message prefixing",
4 "author": {
5 "name": "kutuluk"
6 },
7 "keywords": [
8 "log",
9 "logger",
10 "logging",
11 "browser",
12 "loglevel",
13 "loglevel-plugin"
14 ],
15 "homepage": "https://github.com/kutuluk/loglevel-plugin-prefix",
16 "bugs": {
17 "url": "https://github.com/kutuluk/loglevel-plugin-prefix/issues"
18 },
19 "repository": {
20 "type": "git",
21 "url": "git@github.com:kutuluk/loglevel-plugin-prefix.git"
22 },
23 "license": "MIT",
24 "version": "0.5.0",
25 "main": "./lib/loglevel-plugin-prefix",
26 "babel": {
27 "presets": [
28 "env"
29 ],
30 "plugins": [
31 "add-module-exports",
32 "transform-es2015-modules-umd"
33 ]
34 },
35 "scripts": {
36 "eslint": "eslint src/prefix.js",
37 "test": "mocha",
38 "babel": "babel ./src/prefix.js --out-file ./lib/loglevel-plugin-prefix.js",
39 "uglifyjs": "uglifyjs ./lib/loglevel-plugin-prefix.js -o ./dist/loglevel-plugin-prefix.min.js -c -m reserved=[prefix]",
40 "build": "npm run babel && npm run uglifyjs",
41 "publish-to-npm": "npm install && npm run build && npm publish"
42 },
43 "devDependencies": {
44 "babel-cli": "^6.24.1",
45 "babel-plugin-add-module-exports": "^0.2.1",
46 "babel-plugin-transform-es2015-modules-umd": "^6.24.1",
47 "babel-preset-env": "^1.5.1",
48 "chai": "^4.0.2",
49 "eslint": "^3.19.0",
50 "eslint-config-airbnb-base": "^11.2.0",
51 "eslint-plugin-chai-friendly": "^0.3.6",
52 "eslint-plugin-import": "^2.3.0",
53 "loglevel": "^1.4.1",
54 "loglevel-plugin-mock": "^0.1.0",
55 "mocha": "^3.4.2",
56 "sinon": "^2.3.2",
57 "uglify-js": "^3.0.11"
58 }
59}
\No newline at end of file