package.json
1 { 2 "name": "use", 3 "description": "Easily add plugin support to your node.js application.", 4 "version": "3.1.1", 5 "homepage": "https://github.com/jonschlinkert/use", 6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)", 7 "contributors": [ 8 "Brian Woodward (https://twitter.com/doowb)", 9 "Jon Schlinkert (http://twitter.com/jonschlinkert)", 10 "Olsten Larck (https://i.am.charlike.online)", 11 "(https://github.com/wtgtybhertgeghgtwtg)" 12 ], 13 "repository": "jonschlinkert/use", 14 "bugs": { 15 "url": "https://github.com/jonschlinkert/use/issues" 16 }, 17 "license": "MIT", 18 "files": [ 19 "index.js" 20 ], 21 "main": "index.js", 22 "engines": { 23 "node": ">=0.10.0" 24 }, 25 "scripts": { 26 "test": "mocha" 27 }, 28 "devDependencies": { 29 "base-plugins": "^1.0.0", 30 "define-property": "^2.0.0", 31 "extend-shallow": "^3.0.1", 32 "gulp": "^3.9.1", 33 "gulp-eslint": "^4.0.0", 34 "gulp-format-md": "^1.0.0", 35 "gulp-istanbul": "^1.1.2", 36 "gulp-mocha": "^3.0.1", 37 "mocha": "^4.0.1" 38 }, 39 "keywords": [ 40 "use" 41 ], 42 "verb": { 43 "toc": false, 44 "layout": "default", 45 "tasks": [ 46 "readme" 47 ], 48 "plugins": [ 49 "gulp-format-md" 50 ], 51 "related": { 52 "list": [ 53 "base", 54 "base-plugins", 55 "ware" 56 ] 57 }, 58 "reflinks": [ 59 "verb", 60 "ware" 61 ], 62 "lint": { 63 "reflinks": true 64 } 65 } 66 }