-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
69 lines (69 loc) · 1.56 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
{
"name": "iptools-jquery-offcanvas",
"version": "1.0.1",
"description": "Simple CSS3 animated offcanvas",
"homepage": "https://github.com/interactive-pioneers/iptools-jquery-offcanvas",
"author": {
"name": "Interactive Pioneers GmbH",
"email": "[email protected]"
},
"contributors": [
{
"name": "Georg Meyer",
"email": "[email protected]"
},
{
"name": "David Lehnen",
"email": "[email protected]"
},
{
"name": "Ain Tohvri",
"email": "[email protected]"
}
],
"license": "GPL-3.0",
"bugs": "https://github.com/interactive-pioneers/iptools-jquery-offcanvas/issues",
"dependencies": {
"jquery": ">=1.11.3 <4"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-concurrent": "~2.3.1",
"grunt-contrib-clean": "~1.1.0",
"grunt-contrib-jshint": "~1.1.0",
"grunt-sass": "~2.0.0",
"grunt-contrib-uglify": "~2.3.0",
"grunt-contrib-watch": "~1.0.0",
"grunt-mocha": "~1.0.2",
"jit-grunt": "~0.10.0",
"time-grunt": "~1.4.0",
"grunt-jscs": "~3.0.1",
"chai": "~3.5.0"
},
"engines": {
"node": ">=6.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/interactive-pioneers/iptools-jquery-offcanvas.git"
},
"scripts": {
"test": "grunt travis --verbose",
"grunt": "grunt",
"start": "grunt watch:bdd"
},
"keywords": [
"javascript",
"offcanvas",
"overlay",
"jquery",
"layout"
],
"files": [
"*.md",
"LICENSE",
"src",
"dist",
"doc"
]
}