This repository has been archived by the owner on Nov 11, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 86
/
package.json
64 lines (64 loc) · 1.55 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "ng-toast",
"version": "2.0.0",
"description": "Angular provider for toast notifications",
"main": "dist/ngToast.js",
"keywords": [
"angular",
"toast",
"message",
"notification",
"toastr"
],
"repository": {
"type": "git",
"url": "git://github.com/tameraydin/ngToast.git"
},
"author": "Tamer Aydin (http://tamerayd.in)",
"contributors": [
{
"name": "Tamer Aydin",
"url": "http://tamerayd.in"
},
{
"name": "Levi Thomason",
"url": "http://www.levithomason.com"
}
],
"license": "MIT",
"homepage": "http://tameraydin.github.io/ngToast",
"bugs": {
"url": "https://github.com/tameraydin/ngToast/issues"
},
"dependencies": {
"angular": ">=1.2.15 <1.6",
"angular-sanitize": ">=1.2.15 <1.6"
},
"devDependencies": {
"caniuse-db": "latest",
"colors": "^1.0.3",
"diff": "^1.0.8",
"grunt": "^0.4.5",
"grunt-autoprefixer": "^2.2.0",
"grunt-banner": "^0.6.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-cssmin": "0.8.0",
"grunt-contrib-jshint": "~0.7.1",
"grunt-contrib-less": "^0.12.0",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-cssbeautifier": "^0.1.2",
"grunt-karma": "^0.12.1",
"grunt-sass": "^1.1.0",
"jasmine-core": "^2.4.1",
"karma": "^0.13.22",
"karma-jasmine": "^0.3.7",
"karma-phantomjs-launcher": "^1.0.0",
"lodash": "^3.10.1",
"phantomjs-prebuilt": "^2.1.5"
},
"scripts": {
"test": "grunt karma"
}
}