rollup-plugin-license
Version:
Rollup plugin to add license banner to the final bundle and output third party licenses
55 lines (54 loc) • 1.46 kB
JSON
{
"name": "rollup-plugin-license",
"version": "0.4.0",
"description": "Rollup plugin to add license banner to the final bundle and output third party licenses",
"main": "dist/index.js",
"scripts": {
"lint": "gulp lint",
"clean": "gulp clean",
"build": "gulp build",
"test": "gulp test",
"release": "gulp release:minor",
"release:patch": "gulp release:patch",
"release:minor": "gulp release:minor",
"release:major": "gulp release:major"
},
"keywords": [
"rollup",
"rollup-plugin"
],
"author": "Mickael Jeanroy <mickael.jeanroy@gmail.com>",
"license": "MIT",
"homepage": "https://github.com/mjeanroy/rollup-plugin-license",
"bugs": {
"url": "https://github.com/mjeanroy/rollup-plugin-license/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/mjeanroy/rollup-plugin-license"
},
"dependencies": {
"commenting": "1.0.3",
"lodash": "4.17.4",
"magic-string": "0.19.1",
"mkdirp": "0.5.1",
"moment": "2.18.1"
},
"devDependencies": {
"babel-core": "6.24.1",
"babel-preset-es2015": "6.24.1",
"del": "2.2.2",
"eslint": "3.19.0",
"eslint-config-google": "0.7.1",
"gulp": "3.9.1",
"gulp-babel": "6.1.2",
"gulp-bump": "2.7.0",
"gulp-eslint": "3.0.1",
"gulp-git": "2.2.0",
"gulp-jasmine": "2.4.2",
"gulp-util": "3.0.8",
"jasmine-core": "2.6.1",
"run-sequence": "1.2.2",
"tmp": "0.0.31"
}
}