41 lines
882 B
JSON
Executable File
41 lines
882 B
JSON
Executable File
{
|
|
"name": "ngSweetAlert",
|
|
"version": "1.0.4",
|
|
"main": "./SweetAlert.js",
|
|
"authors": [
|
|
"pedro@oitozero.com",
|
|
"gnick666@gmail.com"
|
|
],
|
|
"description": "AngularJS wrapper for SweetAlert",
|
|
"keywords": [
|
|
"angular",
|
|
"AngularJs",
|
|
"sweetalert",
|
|
"sweet",
|
|
"alert"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests",
|
|
"CHANGELOG.md"
|
|
],
|
|
"dependencies": {
|
|
"angular": "~1.2.0",
|
|
"sweetalert": ">=0.3.0"
|
|
},
|
|
"devDependencies": {},
|
|
"homepage": "https://github.com/oitozero/ngSweetAlert",
|
|
"_release": "1.0.4",
|
|
"_resolution": {
|
|
"type": "version",
|
|
"tag": "v1.0.4",
|
|
"commit": "67a0845fb41d20a7cf4a7b471fbd74614d084dd9"
|
|
},
|
|
"_source": "git://github.com/oitozero/ngSweetAlert.git",
|
|
"_target": "~1.0.4",
|
|
"_originalSource": "angular-sweetalert-promised"
|
|
} |