-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
33 lines (33 loc) · 709 Bytes
/
bower.json
File metadata and controls
33 lines (33 loc) · 709 Bytes
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
{
"name": "brainybars",
"version": "0.8.0",
"title": "BrainyBars",
"description": "A collection of useful helpers for handlebars.",
"repository": {
"type": "git",
"url": "https://github.com/infinityplusone/brainybars.git"
},
"authors": [
"Jonathan \"Yoni\" Knoll"
],
"license": "MIT",
"homepage": "https://github.com/infinityplusone/brainybars.git",
"moduleType": [],
"dependencies": {
"handlebars": "^4.0.5",
"lodash": "*",
"lodash-inflection": "^1.3.2",
"moment": "^2.10.6",
"requirejs": "^2.1.22"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"node_modules",
"scripts",
"test",
"tests",
"tasks"
]
}