Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
Correcting package.json so it is valid.
  • Loading branch information
tech-consortium authored Mar 27, 2018
1 parent c4cd75f commit bd877ae
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
{
"name": "angular-selectize2",
"keywords": [
"select",
"ui",
"form",
"input",
"control",
"autocomplete",
"tagging",
"angular",
"directive",
"tag"
],
"main": "dist/angular-selectize.js",
"description": "This is an Angular.js directive for Brian Reavis's selectize jQuery plugin. It supports all of Selectize's features",
"version": "v3.0.2",
"private": false
"license": "MIT",
"repository": {
"type": "git",
"url": "git:https://github.com/machineboy2045/angular-selectize.git"
},
"dependencies": {
"selectize": ">=0.12.1"
},
"engines": {
"node": "*"
}
}

0 comments on commit bd877ae

Please sign in to comment.