forked from Goldinteractive/jQuery.GI.TheWall.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.07 KB
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 1.07 KB
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
{
"name": "jQuery.GI.TheWall.js",
"version": "0.1.9",
"description": "This plugin could be used to create easily an image gallery similar to the google image search",
"main": "jQuery.GI.TheWall.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/Goldinteractive/jQuery.GI.TheWall.js.git"
},
"author": "Goldinteractive <mail@goldinteractive.ch> (http://goldinteractive.ch)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Goldinteractive/jQuery.GI.TheWall.js/issues"
},
"devDependencies": {
"grunt": "*",
"grunt-contrib-jshint": "*",
"grunt-contrib-watch": "*",
"grunt-contrib-concat": "*",
"grunt-contrib-uglify": "*",
"grunt-contrib-compass": "*",
"grunt-contrib-connect": "*",
"grunt-contrib-copy": "*",
"grunt-contrib-clean": "*",
"grunt-saucelabs": "*",
"grunt-mocha": "*",
"load-grunt-tasks": "*",
"load-grunt-configs": "*"
},
"homepage": "https://github.com/Goldinteractive/jQuery.GI.TheWall.js"
}