Skip to content

Commit 9a8d8ac

Browse files
committed
add a bower.json
1 parent 9dc7c32 commit 9a8d8ac

File tree

2 files changed

+31
-9
lines changed

2 files changed

+31
-9
lines changed

README.md

Lines changed: 27 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,35 @@
1-
# require-plugins
1+
# requirejs-dplugins
22

3-
> This repository is hosting alpha AMD plugins that will be used in Dojo 2. The content of this repository is highly unstable, untested and may vary without notice.
3+
AMD plugins for RequireJS.
44

5-
## maybe.js
5+
## Status
66

7-
This plugin purpose is to load a file if it exists, while not blocking the loader if it does not. If the module was not found, it will be `undefined`.
8-
This plugin should work with RequireJS and Dojo.
7+
No official release yet.
98

10-
## i18n.js
11-
12-
This plugin is based on requirejs i18n but modified to support nls built layer.
9+
## Migration
1310

1411
## Licensing
1512

16-
This project is distributed by the Dojo Foundation and licensed under the ["New" BSD License](https://github.com/dojo/dojo/blob/master/LICENSE#L13-L41).
13+
This project is distributed by the Dojo Foundation and licensed under the ["New" BSD License](./LICENSE).
1714
All contributions require a [Dojo Foundation CLA](http://dojofoundation.org/about/claForm).
15+
16+
## Dependencies
17+
18+
This project requires the following other project to run:
19+
* requirejs
20+
21+
## Installation
22+
23+
* Bower release installation: `bower install requirejs-dplugins`
24+
25+
* Manual master installation: go to the root Dojo installation directory and clone requirejs-dplugins from github:
26+
27+
$ git clone git://github.com/ibm-dojo/requirejs-dplugins.git
28+
29+
## Documentation
30+
31+
32+
## Credits
33+
34+
* Clément Mathieu (IBM CCLA)
35+

bower.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"name": "requirejs-dplugins",
3+
"version": "0.1.0-dev"
4+
}

0 commit comments

Comments
 (0)