-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 867 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "handlebars-helper-br",
"description": "{{br}} Handlebars helper. Adds `<br>` tags to generated HTML. Great for prototyping.",
"version": "0.1.0",
"homepage": "https://github.com/helpers/handlebars-helper-br",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"repository": {
"type": "git",
"url": "https://github.com/helpers/handlebars-helper-br.git"
},
"bugs": {
"url": "https://github.com/helpers/handlebars-helper-br/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/helpers/handlebars-helper-br/blob/master/LICENSE-MIT"
}
],
"main": "./index.js",
"dependencies": {
"lodash": "~2.4.0"
},
"keywords": [
"assemble",
"assemblehelper",
"br",
"break",
"handlebars helper",
"handlebars",
"helper"
]
}