librejs-license-banner
Version:
Given a license identifer, format a librejs-compatible @licence string
37 lines (36 loc) • 956 B
JSON
{
"name": "librejs-license-banner",
"version": "1.0.4",
"description": "Given a license identifer, format a librejs-compatible @licence string",
"main": "index.js",
"scripts": {
"test": "jest",
"build": "webpack -d",
"dist": "webpack -p"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FloatingGhost/librejs-license-banner.git"
},
"keywords": [
"librejs",
"GNU",
"license"
],
"author": "Hannah Ward <hannah@coffee-and-dreams.uk>",
"license": "MIT",
"bugs": {
"url": "https://github.com/FloatingGhost/librejs-license-banner/issues"
},
"homepage": "https://github.com/FloatingGhost/librejs-license-banner#readme",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-jest": "^23.6.0",
"babel-loader": "7",
"babel-preset-env": "^1.7.0",
"jest": "^23.6.0",
"regenerator-runtime": "^0.13.1",
"webpack": "^4.26.0",
"webpack-cli": "^3.1.2"
}
}