1
0
mirror of https://github.com/github/choosealicense.com synced 2024-12-22 04:40:09 +01:00
choosealicense.com/bower.json

18 lines
421 B
JSON
Raw Permalink Normal View History

2014-01-31 14:25:45 -05:00
{
"name": "choosealicense.com",
"version": "0.0.1",
"homepage": "choosealicense.com",
"authors": [
"GitHub Inc."
],
"description": "A site to provide non-judgmental guidance on choosing a license for your open source project",
"main": "index.html",
"license": "MIT",
"dependencies": {
"jquery": "~1.11.0",
"normalize-css": "~3.0.0",
2023-08-27 14:15:54 +05:00
"clipboard": "~1.4.3",
"hint.css": "^2.7.0"
2014-01-31 14:25:45 -05:00
}
}