-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
34 lines (34 loc) · 886 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
{
"name": "handlebars-helper-isactive",
"description": "{{isactive}} handlebars helper. Adds an 'active' class to the 'current page'. Class can be customized.",
"version": "0.1.1",
"homepage": "https://github.com/helpers/handlebars-helper-isactive",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"repository": {
"type": "git",
"url": "https://github.com/helpers/handlebars-helper-isactive.git"
},
"bugs": {
"url": "https://github.com/helpers/handlebars-helper-isactive/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/helpers/handlebars-helper-isactive/blob/master/LICENSE-MIT"
}
],
"main": "./index.js",
"dependencies": {
"lodash": "~2.4.0"
},
"keywords": [
"assemble",
"isactive",
"handlebars helper",
"handlebars",
"helper"
]
}