-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
39 lines (39 loc) · 804 Bytes
/
bower.json
File metadata and controls
39 lines (39 loc) · 804 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
34
35
36
37
38
39
{
"name": "hippo",
"version": "0.20.3",
"title": "Hippo(campus)",
"description": "Hippo(campus) - Library to load and query data easily",
"repository": {
"type": "git",
"url": "https://github.com/infinityplusone/hippo.git"
},
"authors": [
"Jonathan \"Yoni\" Knoll"
],
"license": "MIT",
"homepage": "https://github.com/infinityplusone/hippo.git",
"main": [
"hippo.min.js"
],
"moduleType": [
"amd",
"globals"
],
"dependencies": {
"lodash": "*",
"lodash-inflection": "^1.3.2",
"requirejs": "^2.1.22",
"requirejs-text": "^2.0.12",
"json2": "*",
"lz-string": "^1.4.4",
"emitter": "component/emitter#^1.2.1"
},
"ignore": [
"node_modules",
"bower_components",
"scripts",
"tasks",
"test",
"tests"
]
}