Skip to content

Commit

Permalink
added more info to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Caolan McMahon committed Aug 13, 2012
1 parent 6485a2c commit 3a502fd
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,31 @@
{
"name": "text",
"version": "2.0.2",
"description": "An AMD loader plugin for loading text resources.",
"categories": [
"Loader plugins"
],
"main": "text.js",
"github": "https://github.com/requirejs/text",
"bugs": {
"web": "https://github.com/requirejs/text/issues"
},
"repositories": [
{
"type": "git",
"url": "https://github.com/requirejs/text.git"
}
],
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
},
{
"type": "BSD New",
"url": "http://opensource.org/licenses/BSD-3-Clause"
}
],
"volo": {
"url": "https://raw.github.com/requirejs/text/{version}/text.js"
}
Expand Down

0 comments on commit 3a502fd

Please sign in to comment.