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.
- Loading branch information
Mateu Aguiló Bosch
committed
May 21, 2014
1 parent
fc9ec24
commit a20bfb0
Showing
2 changed files
with
21 additions
and
21 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,25 +1,26 @@ | ||
{ | ||
"name" : "message-center", | ||
"version" : "1.0.2", | ||
"description" : "AngularJS Message Center", | ||
"repository" : { | ||
"type" : "git", | ||
"url" : "https://github.com/mateu-aguilo-bosch/message-center.git" | ||
"name": "message-center", | ||
"version": "1.0.2", | ||
"description": "AngularJS Message Center", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/mateu-aguilo-bosch/message-center.git" | ||
}, | ||
"scripts" : { | ||
"postinstall" : "bower install", | ||
"test" : "make test" | ||
"scripts": { | ||
"postinstall": "bower install", | ||
"test": "make test" | ||
}, | ||
"keywords" : [ "angular", "js", "messages", "alert", "bootstrap" ], | ||
"author" : "Mateu Aguiló Bosch <[email protected]>", | ||
"readmeFilename" : "README.md", | ||
"devDependencies" : { | ||
"connect" : "~2.10", | ||
"connect-route" : "~0.1", | ||
"uglify-js" : "~2.4", | ||
"bower" : "~1.2", | ||
"karma" : "canary", | ||
"karma-mocha" : "~0.1", | ||
"karma-ng-scenario": "~0.1" | ||
"keywords": [ "angular", "js", "messages", "alert", "bootstrap" ], | ||
"author": "Mateu Aguiló Bosch <[email protected]>", | ||
"readmeFilename": "README.md", | ||
"devDependencies": { | ||
"connect": "2.10", | ||
"connect-route": "0.1", | ||
"uglify-js": "2.4", | ||
"bower": "1.2", | ||
"karma": "canary", | ||
"karma-mocha": "0.1", | ||
"karma-ng-scenario": "0.1", | ||
"karma-phantomjs-launcher": "0.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