david-brent
Version:
I'm a friend first and a boss second. Probably an entertainer third.
32 lines (31 loc) • 619 B
JSON
{
"name": "david-brent",
"version": "1.1.0",
"description": "I'm a friend first and a boss second. Probably an entertainer third.",
"main": "lib/index.js",
"scripts": {
"test": "node node_modules/mocha/bin/mocha"
},
"keywords": [
"office",
"david",
"brent",
"brentmeister",
"quote",
"quotes",
"philosophy"
],
"author": "Lewis Haggar",
"contributors": [
"Stephen Scott"
],
"repository": {
"type": "git",
"url": "https://github.com/lhaggar/david-brent.git"
},
"license": "ISC",
"devDependencies": {
"chai": "3.5.0",
"mocha": "3.0.2"
}
}