forked from e0ipso/message-center
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 698 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 698 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "message-center",
"version": "1.2.6",
"description": "AngularJS Message Center",
"repository": {
"type": "git",
"url": "https://github.com/mateu-aguilo-bosch/message-center.git"
},
"scripts": {
"postinstall": "bower install",
"test": "make test"
},
"keywords": [ "angular", "js", "messages", "alert", "bootstrap" ],
"author": "Mateu Aguiló Bosch <mateu.aguilo.bosch@gmail.com>",
"readmeFilename": "README.md",
"devDependencies": {
"connect": "2.23",
"connect-route": "0.1",
"uglify-js": "2.4",
"bower": "1.3",
"karma": "0.12",
"karma-mocha": "0.1",
"karma-ng-scenario": "0.1",
"karma-phantomjs-launcher": "0.1"
}
}