-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.12 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": "ngalertify",
"version": "1.0.2",
"description": "Angular JS module for Alertify.js",
"main": "ngAlertify.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alertifyjs/ngAlertify.git"
},
"keywords": [
"angular",
"angularjs",
"alertify",
"alertifyjs",
"alertify.js"
],
"author": "Brad Berger <[email protected]> (https://bradb.net)",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/alertifyjs/ngAlertify/issues"
},
"homepage": "https://github.com/alertifyjs/ngAlertify#readme",
"dependencies": {
"angular": "~1.4"
},
"devDependencies": {
"angular-mocks": "~1.4",
"browser-sync": "~2.9",
"eslint": "~1.6",
"gulp": "~3.9",
"gulp-eslint": "~1.0",
"gulp-file-insert": "~1.0",
"gulp-rename": "~1.2",
"gulp-size": "~2.0",
"gulp-uglify": "~1.4",
"jasmine-core": "~2.3",
"karma": "~0.13",
"karma-chrome-launcher": "~0.2",
"karma-firefox-launcher": "~0.1",
"karma-jasmine": "~0.3",
"karma-sauce-launcher": "~0.2",
"run-sequence": "~1.1"
}
}