-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
46 lines (46 loc) · 896 Bytes
/
bower.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
37
38
39
40
41
42
43
44
45
46
{
"name": "hilary",
"main": "release/hilary.js",
"version": "5.2.0",
"homepage": "https://github.com/losandes/hilaryjs",
"authors": [
"&y <[email protected]> (https://github.com/losandes)"
],
"description": "a simple Dependency Injection (DI) library that provides Inversion of Control (IoC) capabilities in Node.js and the browser",
"moduleType": [
"amd",
"globals",
"node"
],
"keywords": [
"dependency",
"injection",
"injector",
"inversion",
"control",
"IoC",
"DI",
"node",
"javascript",
"autowire",
"configuration",
"low",
"ceremony"
],
"license": "MIT",
"ignore": [
"build-tasks",
"docs/archive",
"docs/assets",
"examples",
"node_modules",
"src",
"tests",
"index.js",
"Gruntfile.js",
"package.json"
],
"dependencies": {
"polyn": "^1.10.1"
}
}