Skip to content
This repository was archived by the owner on Apr 8, 2022. It is now read-only.

Commit

Permalink
Make this repository as node module
Browse files Browse the repository at this point in the history
  • Loading branch information
marciovicente authored and rafaelverger committed Feb 14, 2017
1 parent eda3201 commit e574ede
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "javascript-autocomplete",
"version": "1.0.0",
"description": "An extremely lightweight and powerful vanilla JavaScript completion suggester.",
"main": "auto-complete.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jusbrasil/JavaScript-autoComplete.git"
},
"keywords": [
"autocomplete",
"vanilla",
"javascript"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/jusbrasil/JavaScript-autoComplete/issues"
},
"homepage": "https://github.com/jusbrasil/JavaScript-autoComplete#readme"
}

0 comments on commit e574ede

Please sign in to comment.