mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-01-06 21:46:17 +01:00
39 lines
939 B
JSON
39 lines
939 B
JSON
{
|
|
"author": "Marco Rinck",
|
|
"name": "angular-growl",
|
|
"description": "growl like notifications for angularJS projects, using bootstrap alert classes",
|
|
"version": "0.4.0",
|
|
"homepage": "https://github.com/marcorinck/angular-growl",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/marcorinck/angular-growl"
|
|
},
|
|
"license": "MIT",
|
|
"main": "./build/angular-growl.js",
|
|
"ignore": [
|
|
"src",
|
|
"test",
|
|
".jshintrc",
|
|
"package.json",
|
|
"gruntfile.js",
|
|
"karma.conf.js",
|
|
"bower.json",
|
|
"demo",
|
|
".gitignore"
|
|
],
|
|
"dependencies": {
|
|
"angular": "1.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"angular-mocks": "1.2.1"
|
|
},
|
|
"_release": "0.4.0",
|
|
"_resolution": {
|
|
"type": "version",
|
|
"tag": "v0.4.0",
|
|
"commit": "e0e8b2cda660f28c75eefa7c9703952368547cdd"
|
|
},
|
|
"_source": "git://github.com/marcorinck/angular-growl.git",
|
|
"_target": ">=0.4.0",
|
|
"_originalSource": "angular-growl"
|
|
} |