UNPKG

magik-contributors

Version:

This adds all the Git contributors to the package.json

53 lines (52 loc) 1.15 kB
{ "name": "magik-contributors", "version": "1.0.3", "description": "This adds all the Git contributors to the package.json", "main": "./src/lib/index.js", "scripts": { "release": "node scripts/build.js", "postinstall": "node ./src/bin/install.js", "preuninstall": "node ./src/bin/uninstall.js", "test": "eslint ./src && tape './src/**/*.spec.js'" }, "keywords": [ "contributor", "contributors", "git", "githook", "magikMaker", "npm", "package", "package.json" ], "homepage": "https://github.com/magikMaker/magik-contributors", "repository": { "type": "git", "url": "git@github.com:magikMaker/magik-contributors.git" }, "bugs": { "url": "https://github.com/magikMaker/magik-contributors/issues" }, "author": "Bjørn Wikkeling", "license": "MIT", "os": [ "!win32" ], "dependencies": { "magik-hooks": "*" }, "devDependencies": { "eslint": "2.13.1", "tape": "4.6.0" }, "engines": { "node": ">=5.0.0", "npm": ">= 3.0.0" }, "contributors": [ { "name": "Bjørn Wikkeling", "email": "bjorn@provaz.eu" } ] }