-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.05 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
{
"name": "multi-modal",
"version": "0.0.1",
"description": "A modal window library with fancy animations which supports multiple modals and is mobile friendly.",
"main": "src/index.html",
"repository": {
"type": "git",
"url": "https://github.com/TBA"
},
"keywords": [
"multi",
"multiple",
"modal",
"modals",
"dialog",
"dialogs",
"window",
"windows",
"animation",
"animations",
"mobile",
"typescript",
"javascript",
"tweenmax",
"gsap",
"jquery"
],
"author": "Jason M. Hasperhoven <[email protected]>",
"license": "ISC",
"devDependencies": {
"csscomb": "^3.1.8",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.1.1",
"gulp-sass-glob": "0.0.8",
"gulp-typescript": "^2.11.0",
"gulp-uglify": "^1.5.3",
"gulp-uglifycss": "^1.0.5",
"merge-stream": "^1.0.0",
"run-sequence": "^1.1.5"
},
"dependencies": {
"gsap": "^1.18.2",
"jquery": "^2.2.0",
"typings": "^1.0.5"
}
}