-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
58 lines (58 loc) · 1.38 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "jquery-image-reveal",
"description": "jQuery Image Reveal - A Simple Before/After Image Viewer",
"version": "0.1.10",
"homepage": "http://github.com/jameswyse/jquery-image-reveal",
"author": {
"name": "James Wyse",
"url": "http://www.lemoncreative.net",
"email": "[email protected]"
},
"contributors": [
{
"name": "James Wyse",
"email": "[email protected]"
}
],
"license": {
"type": "MIT",
"url": "http://github.com/jameswyse/jquery-image-reveal/blob/master/LICENSE.md"
},
"repository": {
"type": "git",
"url": "https://github.com/jameswyse/jquery-image-reveal.git"
},
"bugs": {
"url": "http://github.com/jameswyse/jquery-image-reveal/issues"
},
"keywords": [
"jquery",
"image",
"reveal",
"compare",
"before",
"after",
"slider"
],
"scripts": {
"build": "grunt build",
"release": "grunt release",
"test": "grunt test",
"start": "grunt"
},
"engines": {
"node": ">= 0.8.0"
},
"main": "dist/jquery.imageReveal.js",
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-compress": "~0.13.0",
"grunt-contrib-copy": "~0.8.0",
"grunt-contrib-cssmin": "~0.12.3",
"grunt-contrib-jshint": "~0.11.2",
"grunt-contrib-uglify": "~0.9.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-express": "~1.4.1"
}
}