-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
35 lines (34 loc) · 972 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "angular-confirm1",
"version": "1.1.0",
"title": "angular-confirm.js | A multipurpose alert and confirm plugin",
"description": "A angular plugin that provides great set of features like, Auto-close, Ajax-loading, background-dismiss, themes and more.",
"homepage": "http://craftpip.github.io/angular-confirm/",
"author": "Boniface Periera (http://github.com/craftpip/)",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/craftpip/angular-confirm/blob/master/LICENSE"
}
],
"repository": {
"type": "git",
"url": "https://github.com/craftpip/angular-confirm.git"
},
"main": "dist/angular-confirm.min.js",
"dependencies": {},
"bugs": {
"url": "https://github.com/craftpip/angular-confirm/issues"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"angular-plugin",
"angular",
"confirm",
"alert",
"dialog"
],
"license": "MIT"
}