parse-copyright
Version:
Parse copyright statement(s) into an array of copyright objects.
43 lines • 919 B
JSON
{
"name": "parse-copyright",
"description": "Parse copyright statement(s) into an array of copyright objects.",
"version": "0.4.0",
"homepage": "https://github.com/jonschlinkert/parse-copyright",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"repository": {
"type": "git",
"url": "git://github.com/jonschlinkert/parse-copyright.git"
},
"bugs": {
"url": "https://github.com/jonschlinkert/parse-copyright/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jonschlinkert/parse-copyright/blob/master/LICENSE"
}
],
"files": [
"index.js"
],
"main": "index.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"copyright-regex": "^1.1.4"
},
"devDependencies": {
"mocha": "*"
},
"keywords": [
"copyright",
"parse"
]
}