Skip to content

Commit

Permalink
add .license property to component.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Oct 27, 2012
1 parent f31ab07 commit f084ac3
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions component.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,22 @@
"repo": "component/color-picker",
"description": "Simple color picker component",
"version": "0.0.2",
"keywords": ["color", "picker", "ui"],
"keywords": [
"color",
"picker",
"ui"
],
"dependencies": {
"component/jquery": "*",
"component/autoscale-canvas": "*",
"component/emitter": "*"
},
"scripts": ["index.js", "template.js"],
"styles": ["color-picker.css"]
"scripts": [
"index.js",
"template.js"
],
"styles": [
"color-picker.css"
],
"license": "MIT"
}

0 comments on commit f084ac3

Please sign in to comment.