-
Notifications
You must be signed in to change notification settings - Fork 134
/
package.json
31 lines (31 loc) · 857 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
{
"name": "angular-bootstrap-lightbox",
"version": "0.12.0",
"description": "An AngularJS lightbox built using UI Bootstrap Modal.",
"keywords": [
"angular",
"lightbox",
"image",
"gallery"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/compact/angular-bootstrap-lightbox.git"
},
"homepage": "http://compact.github.io/angular-bootstrap-lightbox/",
"dependencies": {},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-angular-templates": "^0.5.7",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-cssmin": "^0.14.0",
"grunt-contrib-htmlmin": "^0.5.0",
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-uglify": "^0.9.2",
"grunt-jsdoc-to-markdown": "^1.1.1",
"grunt-ng-annotate": "^1.0.1",
"jit-grunt": "^0.9.1",
"time-grunt": "^1.2.2"
}
}