-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
79 lines (79 loc) · 1.81 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "iptools-jquery-modal",
"version": "1.4.0",
"description": "Multifunctional jQuery modal component",
"homepage": "https://github.com/interactive-pioneers/iptools-jquery-modal",
"author": {
"name": "Interactive Pioneers GmbH",
"email": "[email protected]"
},
"contributors": [
{
"name": "David Lehnen",
"email": "[email protected]"
},
{
"name": "Georg Meyer",
"email": "[email protected]"
},
{
"name": "Ain Tohvri",
"email": "[email protected]"
},
{
"name": "Dimitar Sumerski",
"email": "[email protected]"
},
{
"name": "Friedrich Mocker",
"email": "[email protected]"
}
],
"license": "GPL-3.0",
"bugs": "https://github.com/interactive-pioneers/iptools-jquery-modal/issues",
"dependencies": {
"jquery": ">=1.11.3 <4.0.0"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-concurrent": "~2.2.1",
"grunt-contrib-clean": "~1.0.0",
"grunt-contrib-jshint": "~1.0.0",
"grunt-sass": "~1.1.0",
"grunt-contrib-uglify": "~0.11.1",
"grunt-contrib-watch": "~0.6.1",
"grunt-mocha": "~1.0.4",
"jit-grunt": "~0.9.1",
"time-grunt": "~1.3.0",
"grunt-jscs": "~2.7.0",
"grunt-scss-lint": "~0.3.8",
"chai": "~3.5.0",
"grunt-browser-sync": "^2.2.0"
},
"engines": {
"node": ">=6.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/interactive-pioneers/iptools-jquery-modal.git"
},
"scripts": {
"grunt": "grunt",
"test": "grunt travis --verbose",
"start": "grunt watch:bdd",
"server": "grunt serve"
},
"keywords": [
"javascript",
"modal",
"overlay",
"jquery",
"layout"
],
"files": [
"*.md",
"LICENSE",
"src",
"dist"
]
}