Skip to content

Instantly share code, notes, and snippets.

@bcoe
Created May 8, 2014 05:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bcoe/d8e253fd19da8d7ac9f3 to your computer and use it in GitHub Desktop.
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": "git@github.com:bcoe/npm-typeahead.git"
},
"keywords": [
"npm",
"search",
"typeahead"
],
"author": "Benjamin Coe <ben@npmjs.com>",
"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