-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 778 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 778 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
32
33
34
{
"name": "gallerize.js",
"version": "0.5.1",
"description": "Versatile JavaScript image gallery",
"main": "src/gallerize.js",
"keywords": [
"image",
"images",
"gallery",
"carousel",
"fader",
"slider",
"rotator"
],
"repository": {
"type": "git",
"url": "git+https://github.com/dh4/gallerize.js.git"
},
"bugs": {
"url" : "https://github.com/dh4/gallerize.js/issues"
},
"author": "Dan Hasting",
"license": "BSD-3-Clause",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-compress": "^0.13.0",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-uglify": "^0.9.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-jsdoc": "^1.0.0",
"jsdoc": "^3.3.3"
}
}