-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
47 lines (47 loc) · 1.19 KB
/
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
38
39
40
41
42
43
44
45
46
47
{
"name": "angular-sweetalert-2",
"version": "1.0.1",
"description": "A really simple Sweet Alert 2 wrapper to Angular 1.x",
"main": "index.js",
"scripts": {
"test": "karma start karma.conf.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/matheuslc/angular-sweetalert2.git"
},
"keywords": [
"sweet",
"alert",
"2",
"angular"
],
"author": "Matheus Lucca do Carmo",
"license": "MIT",
"bugs": {
"url": "https://github.com/matheuslc/angular-sweetalert2/issues"
},
"homepage": "https://github.com/matheuslc/angular-sweetalert2#readme",
"devDependencies": {
"angular-mocks": "1.5.8",
"browser-sync": "^2.17.0",
"del": "^2.2.2",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-cli": "^1.2.2",
"gulp-cssmin": "^0.1.7",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^2.0.0",
"gulp-usemin": "^0.3.24",
"jasmine-core": "^2.5.2",
"karma": "^1.3.0",
"karma-chrome-launcher": "^2.0.0",
"karma-firefox-launcher": "^1.0.0",
"karma-jasmine": "^1.0.2",
"karma-safari-launcher": "^1.0.0"
},
"dependencies": {
"angular": "^1.5.8",
"sweetalert2": "^5.2.0"
}
}