2021-01-07 23:16:07 +08:00

49 lines
1.4 KiB
JSON

{
"name": "rollup-plugin-banner",
"version": "0.2.1",
"description": "Rollup plugin to append content before js bundle",
"main": "dist/index.js",
"scripts": {
"build": "gulp",
"test": "mocha test/index"
},
"keywords": [
"rollup",
"rollup-plugin",
"banner",
"license"
],
"repository": {
"type": "git",
"url": "git+https://github.com/yingye/rollup-plugin-banner.git"
},
"author": "yingye",
"license": "MIT",
"bugs": {
"url": "https://github.com/yingye/rollup-plugin-banner/issues"
},
"homepage": "https://github.com/yingye/rollup-plugin-banner#readme",
"devDependencies": {
"@babel/core": "^7.1.6",
"@babel/preset-env": "^7.1.6",
"babel-eslint": "^10.0.1",
"chai": "^4.2.0",
"del": "^3.0.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"gulp": "^3.9.1",
"gulp-babel": "8.0.0",
"gulp-eslint": "^5.0.0",
"mocha": "^5.2.0",
"rollup": "^1.1.0"
},
"dependencies": {
"lodash.template": "^4.4.0"
},
"__npminstall_done": "Sun Sep 06 2020 16:10:04 GMT+0800 (中国标准时间)",
"_from": "rollup-plugin-banner@0.2.1",
"_resolved": "https://registry.npm.taobao.org/rollup-plugin-banner/download/rollup-plugin-banner-0.2.1.tgz"
}