forked from jbutz/bootstrap-lightbox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 945 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
32
33
34
{
"author": "Jason Butz (http://jasonbutz.info)",
"name": "bootstrap-lightbox",
"description": "A simple lightbox plugin based on the bootstrap modal plugin.",
"version": "0.5.0",
"homepage": "http://jbutz.github.com/bootstrap-lightbox/",
"repository": {
"type": "git",
"url": "git://github.com/jbutz/bootstrap-lightbox.git"
},
"scripts": {
"build": "./build/index.js",
"test" : "./test/index.js"
},
"dependencies": {},
"devDependencies": {
"jshint": "latest",
"phantomjs": "latest",
"grunt": "latest",
"grunt-init": "latest",
"grunt-contrib-concat":"latest",
"grunt-contrib-less": "latest",
"grunt-contrib-clean": "latest",
"grunt-contrib-copy": "latest",
"grunt-contrib-uglify": "latest",
"grunt-exec": "latest",
"grunt-contrib-qunit": "latest",
"grunt-contrib-jshint":"latest"
},
"optionalDependencies": {},
"engines": {
"node": "*"
}
}