-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
21 lines (21 loc) · 822 Bytes
/
Copy pathpackage.json
File metadata and controls
21 lines (21 loc) · 822 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "inverted",
"version": "0.2.5",
"homepage": "http://philmander.github.com/inverted/",
"author": "Phil Mander <philip.mander@gmail.com>",
"description" : "Inverted is an Inversion of Control container. It uses a separate configuration file to express how classes are instantiated and how they interact. Once these defaults and relationships have been defined, an application context can be created, and instances of the classes can be used.",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/philmander/inverted/master/LICENSE"
}
],
"repository": {
"type": "git",
"url": "https://github.com/philmander/inverted.git"
},
"dependencies": {
"amdefine": ">=0.0.2"
},
"main": "./lib/inverted.js"
}