This repository has been archived by the owner on Apr 25, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use oficial angular repos for Bower dependencies, and PhantomJS.
- Loading branch information
Mateu Aguiló Bosch
committed
Nov 28, 2013
1 parent
5347a17
commit e89e841
Showing
5 changed files
with
32 additions
and
30 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 |
---|---|---|
@@ -1,12 +1,14 @@ | ||
{ | ||
"name" : "message-center", | ||
"version" : "1.0.0", | ||
"description" : "AngularJS Message Center", | ||
"keywords" : [ "angular", "js", "messages", "alert", "bootstrap" ], | ||
"author" : "Mateu Aguiló Bosch <mateu.aguilo.bosch@gmail.com>", | ||
"readmeFilename" : "README.md", | ||
"dependencies" : { | ||
"angular" : "~1.2.0" | ||
"name" : "message-center", | ||
"version" : "1.0.0", | ||
"description" : "AngularJS Message Center", | ||
"keywords" : [ "angular", "js", "messages", "alert", "bootstrap" ], | ||
"author" : "Mateu Aguiló Bosch <mateu.aguilo.bosch@gmail.com>", | ||
"readmeFilename" : "README.md", | ||
"dependencies" : { | ||
"angular" : "~1.2.0", | ||
"angular-route" : "~1.2.0", | ||
"angular-mocks" : "~1.2.0" | ||
}, | ||
"ignore" : [ "**/.*", "node_modules", "test" ] | ||
"ignore" : [ "**/.*", "node_modules", "test" ] | ||
} |
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