-
-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5c59f25
commit d720f8b
Showing
13 changed files
with
13,873 additions
and
13,883 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
{ | ||
"name": "aurelia-dependency-injection", | ||
"version": "1.4.4", | ||
"description": "A lightweight, extensible dependency injection container for JavaScript.", | ||
"keywords": [ | ||
"aurelia", | ||
"di", | ||
"dependency injection", | ||
"ioc" | ||
], | ||
"homepage": "http://aurelia.io", | ||
"main": "dist/commonjs/aurelia-dependency-injection.js", | ||
"moduleType": "node", | ||
"license": "MIT", | ||
"authors": [ | ||
"Rob Eisenberg <rob@bluespire.com> (http://robeisenberg.com/)" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "http://github.com/aurelia/dependency-injection" | ||
}, | ||
"dependencies": { | ||
"aurelia-metadata": "^1.0.0", | ||
"aurelia-pal": "^1.0.0" | ||
} | ||
} | ||
{ | ||
"name": "aurelia-dependency-injection", | ||
"version": "1.5.0", | ||
"description": "A lightweight, extensible dependency injection container for JavaScript.", | ||
"keywords": [ | ||
"aurelia", | ||
"di", | ||
"dependency injection", | ||
"ioc" | ||
], | ||
"homepage": "http://aurelia.io", | ||
"main": "dist/commonjs/aurelia-dependency-injection.js", | ||
"moduleType": "node", | ||
"license": "MIT", | ||
"authors": [ | ||
"Rob Eisenberg <rob@bluespire.com> (http://robeisenberg.com/)" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "http://github.com/aurelia/dependency-injection" | ||
}, | ||
"dependencies": { | ||
"aurelia-metadata": "^1.0.0", | ||
"aurelia-pal": "^1.0.0" | ||
} | ||
} |
Oops, something went wrong.