forked from aurelia/framework
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Moved lib to src. Fixed up gulp file with version bump. Added a bower.json file. Added aurelia metadata to package.json. Updated the readme with Used By libs.
- Loading branch information
1 parent
8835433
commit 74176a5
Showing
8 changed files
with
77 additions
and
9 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
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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"name": "aurelia-framework", | ||
"version": "0.2.1", | ||
"description": "The aurelia framework brings together all the required core aurelia libraries into a ready-to-go application-building platform.", | ||
"keywords": [ | ||
"aurelia", | ||
"framework", | ||
"spa" | ||
], | ||
"homepage": "http://aurelia.io", | ||
"license": "MIT", | ||
"authors": ["Rob Eisenberg <[email protected]> (http://robeisenberg.com/)"], | ||
"repository": { | ||
"type": "git", | ||
"url": "http://github.com/aurelia/framework" | ||
}, | ||
"dependencies": { | ||
"aurelia-binding": "0.1.1", | ||
"aurelia-dependency-injection": "0.1.0", | ||
"aurelia-event-aggregator": "0.1.0", | ||
"aurelia-loader": "0.1.1", | ||
"aurelia-logging": "0.1.0", | ||
"aurelia-metadata": "0.1.0", | ||
"aurelia-task-queue": "0.1.0", | ||
"aurelia-templating": "0.2.1" | ||
} | ||
} |
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
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
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
File renamed without changes.
File renamed without changes.
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