UNPKG

1.58 kBMarkdownView Raw
1## javascript-brunch
2Adds JavaScript support to
3[brunch](http://brunch.io).
4
5## Usage
6Install the plugin via npm with `npm install --save javascript-brunch`.
7
8Or, do manual install:
9
10* Add `"javascript-brunch": "x.y.z"` to `package.json` of your brunch app.
11 Pick a plugin version that corresponds to your minor (y) brunch version.
12* If you want to use git version of plugin, add
13`"javascript-brunch": "git+ssh://git@github.com:brunch/javascript-brunch.git"`.
14
15## License
16
17The MIT License (MIT)
18
19Copyright (c) 2012-2013 Paul Miller (http://paulmillr.com)
20
21Permission is hereby granted, free of charge, to any person obtaining a copy
22of this software and associated documentation files (the "Software"), to deal
23in the Software without restriction, including without limitation the rights
24to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
25copies of the Software, and to permit persons to whom the Software is
26furnished to do so, subject to the following conditions:
27
28The above copyright notice and this permission notice shall be included in
29all copies or substantial portions of the Software.
30
31THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
32IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
33FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
34AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
35LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
36OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
37THE SOFTWARE.