forked from audreyfeldroy/messagebar
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 705 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 705 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
{
"name": "messagebar",
"title": "MessageBar",
"description": "A top bar for notification messages. Dismiss it by clicking the x. Works with Django, but that's optional.",
"author": "Audrey Roy",
"repository": {
"type" : "git",
"url" : "http://github.com/audreyr/messagebar.git"
},
"homepage": "https://github.com/audreyr/messagebar/",
"version": "0.2.1",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-cli": "~0.1.7",
"grunt-contrib-jshint": "~0.4.3",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-cssmin": "~0.6.1",
"grunt-contrib-connect": "~0.5.0"
},
"scripts": {
"test": "grunt travis --verbose"
}
}