-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
37 lines (37 loc) · 981 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
35
36
37
{
"name": "angular-sweetalert-service",
"version": "2.0.2",
"description": "Angular wrapper for SweetAlert2",
"main": "js/index.js",
"typings": "js/index",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/juan-manuel-alberro/angular-sweetalert2"
},
"keywords": [
"typescript",
"angular",
"sweetalert2"
],
"author": "Juan Manuel Alberro <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/juan-manuel-alberro/angular-sweetalert2/issues"
},
"homepage": "https://github.com/juan-manuel-alberro/angular-sweetalert2#readme",
"dependencies": {
"@angular/core": "^4.0.3",
"@angular/platform-browser": "^4.0.3",
"object-assign": "^4.1.1",
"sweetalert2": "^6.6.1"
},
"devDependencies": {
"@types/core-js": "^0.9.41",
"@types/rx": "^4.1.1",
"rxjs": "^5.3.0",
"typescript": "^2.2.2"
}
}