mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-12-03 14:24:23 +01:00
37 lines
756 B
JSON
37 lines
756 B
JSON
{
|
|
"author": [
|
|
"Marco Rinck",
|
|
"Jan Stevens",
|
|
"Silvan van Leeuwen"
|
|
],
|
|
"name": "angular-growl-v2",
|
|
"description": "growl like notifications for angularJS projects, using bootstrap alert classes.",
|
|
"version": "0.7.9",
|
|
"homepage": "http://janstevens.github.io/angular-growl-2",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Swilvan/angular-growl-2"
|
|
},
|
|
"license": "MIT",
|
|
"main": ["./build/angular-growl.js", "./build/angular-growl.css"],
|
|
"ignore": [
|
|
".jshintrc",
|
|
".gitignore",
|
|
"README.md",
|
|
"CHANGELOG.md",
|
|
"package.json",
|
|
"gruntfile.js",
|
|
"karma.conf.js",
|
|
"doc",
|
|
"src",
|
|
"test",
|
|
"demo"
|
|
],
|
|
"dependencies": {
|
|
"angular": ">=1.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"angular-mocks": ">=1.2.1"
|
|
}
|
|
}
|