-
Notifications
You must be signed in to change notification settings - Fork 216
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Gordon Smith <[email protected]>
- Loading branch information
1 parent
e0ac826
commit 1aaeabf
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"name": "requirejs-plugins", | ||
"version": "1.0.3", | ||
"description": "Small set of plugins for [RequireJS](http://requirejs.org). Some plugins may also work on other AMD loaders (specific support for DOJO AMD).", | ||
"main": "src/json.js", | ||
"directories": { | ||
"example": "examples" | ||
}, | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "[email protected]:GordonSmith/requirejs-plugins.git" | ||
}, | ||
"author": "Gordon Smith <[email protected]>", | ||
"license": "ISC", | ||
"bugs": { | ||
"url": "https://github.com/GordonSmith/requirejs-plugins/issues" | ||
}, | ||
"homepage": "https://github.com/GordonSmith/requirejs-plugins" | ||
} |