Skip to content

Instantly share code, notes, and snippets.

@bcoe
Created May 8, 2014 05:24
Show Gist options
  • Select an option

  • Save bcoe/d8e253fd19da8d7ac9f3 to your computer and use it in GitHub Desktop.

Select an option

Save bcoe/d8e253fd19da8d7ac9f3 to your computer and use it in GitHub Desktop.
example-package.json
{
"name": "npm-typeahead",
"version": "0.0.0",
"description": "Perform typeahead searchs for npm packages.",
"main": "lib/index.js",
"scripts": {
"test": "./node_modules/.bin/mocha -u bdd"
},
"repository": {
"type": "git",
"url": "[email protected]:bcoe/npm-typeahead.git"
},
"keywords": [
"npm",
"search",
"typeahead"
],
"author": "Benjamin Coe <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/bcoe/npm-typeahead/issues"
},
"homepage": "https://github.com/bcoe/npm-typeahead"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment