zettapi_client
Version:
Client side CRUD operations in angular to use with zettapi_server rest api to get started quickly in any CMS project
28 lines (27 loc) • 838 B
JSON
{
"name": "sweetalert2",
"homepage": "https://limonte.github.io/sweetalert2/",
"authors": [
"Tristan Edwards <tristan.edwards@me.com> (http://tristanedwards.me)",
"Limon Monte <limon.monte@gmail.com> (https://limonte.github.io)",
"Sam Turrell <sam@samturrell.co.uk> (http://samturrell.co.uk)"
],
"dependencies": {
"es6-promise": "*"
},
"ignore": [
"package.json", "gulpfile.js", "docs", "sweetalert2.gif",
".eslintrc", ".github", ".gitignore", ".travis.yml"
],
"description": "A replacement for JavaScript's popup boxes, supported fork of sweetalert",
"main": ["dist/sweetalert2.js", "src/sweetalert2.scss", "dist/sweetalert2.css"],
"keywords": [
"alert",
"modal"
],
"repository": {
"type": "git",
"url": "git@github.com:limonte/sweetalert2.git"
},
"license": "MIT"
}