forked from Foxandxss/angular-toastr
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 718 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 718 Bytes
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
{
"name": "angular-toastr",
"version": "1.6.0",
"author": "Jesus Rodriguez <Foxandxss@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/Foxandxss/angular-toastr.git"
},
"main": "index.js",
"keywords": [
"angularjs",
"toastr",
"popup"
],
"license": "MIT",
"devDependencies": {
"angular": "^1.4.3",
"angular-mocks": "^1.4.3",
"del": "^2.0.2",
"gulp": "^3.8.10",
"gulp-angular-templatecache": "^1.5.0",
"gulp-concat": "^2.4.3",
"gulp-jshint": "^2.0.0",
"gulp-less": "^3.0.2",
"gulp-minify-css": "^1.0.0",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^1.0.2",
"jquery": "^2.1.4",
"jshint-stylish": "^2.0.0"
}
}